Color Hex Logo

#04306b Color Hex

#04306B
(4,48,107)
0 Favorites   0 Comments

Color spaces of #04306b

RGB 448107
HSL0.600.930.22
HSV214°96°42°
CMYK 0.960.550.00   0.58
XYZ3.76093.201314.3296
Yxy3.20130.17660.1504
Hunter Lab17.89226.2090-34.9600
CIE-Lab20.832711.6194-38.2267

#04306b color RGB value is (4,48,107).

#04306b hex color red value is 4, green value is 48 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #04306b hue: 0.60 , saturation: 0.93 and the lightness value of 04306b is 0.22.

The process color (four color CMYK) of #04306b color hex is 0.96, 0.55, 0.00, 0.58. Web safe color of #04306b is #003366. Color #04306b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00110000 01101011
Octal 4 60 153
Decimal 4 48 107
Hex 4 30 6B

RGB Percentages of Color #04306b

%2.52
%30.19
%67.30

CMYK Percentages of Color #04306b

%96
%55
%0
%58

Triadic Colors of #04306b

#04306b #6b0430 #306b04

Analogous Colors of #04306b

#04306b #0b046b #04646b

Monochromatic Colors of #04306b

#04306b

Complementary Color

#04306b #6b3f04

#04306b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04306b Color Preview on White Background

Lorem ipsum dolor sit amet.

#04306b Color CSS Codes

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

#04306b Text Font Color

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

This sample text font color is #04306b
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.


#04306b Background Color

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

This div background color is #04306b


#04306b Border Color

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

This div border color is #04306b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04306b


Comments

No comments written yet.

Please login to write comment.