Color Hex Logo

#300449 Color Hex

#300449
(48,4,73)
0 Favorites   0 Comments

Color spaces of #300449

RGB 48473
HSL0.770.900.15
HSV278°95°29°
CMYK 0.340.950.00   0.71
XYZ2.46491.19636.4043
Yxy1.19630.24490.1189
Hunter Lab10.937521.0863-27.0600
CIE-Lab10.530033.6447-32.0384

#300449 color RGB value is (48,4,73).

#300449 hex color red value is 48, green value is 4 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #300449 hue: 0.77 , saturation: 0.90 and the lightness value of 300449 is 0.15.

The process color (four color CMYK) of #300449 color hex is 0.34, 0.95, 0.00, 0.71. Web safe color of #300449 is #330033. Color #300449 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000100 01001001
Octal 60 4 111
Decimal 48 4 73
Hex 30 4 49

RGB Percentages of Color #300449

%38.40
%3.20
%58.40

CMYK Percentages of Color #300449

%34
%95
%0
%71

Triadic Colors of #300449

#300449 #493004 #044930

Analogous Colors of #300449

#300449 #49043f #0e0449

Monochromatic Colors of #300449

#300449

Complementary Color

#300449 #1d4904

#300449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#300449 Color CSS Codes

.mybgcolor {background-color:#300449; } 
.myforecolor {color:#300449; }
.mybordercolor {border:3px solid #300449; }

#300449 Text Font Color

<p style="color:#300449">Text here</p>

This sample text font color is #300449
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#300449 Background Color

<div style="background-color:#300449">
Div content here</div>

This div background color is #300449


#300449 Border Color

<div style="border:3px solid #300449">
Div here</div>

This div border color is #300449


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,4,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #300449; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #300449;
  -webkit-box-shadow: 1px 1px 3px 2px #300449;
  box-shadow:         1px 1px 3px 2px #300449; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,4,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #300449">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #300449;
  -webkit-box-shadow: 1px 1px 3px 2px #300449;
  box-shadow:         1px 1px 3px 2px #300449;">
Div content here</div>

This div box has shadow with color #300449


Comments

No comments written yet.

Please login to write comment.