Color Hex Logo

#04276f Color Hex

#04276F
(4,39,111)
0 Favorites   0 Comments

Color spaces of #04276f

RGB 439111
HSL0.610.930.23
HSV220°96°44°
CMYK 0.960.650.00   0.56
XYZ3.64482.624515.3534
Yxy2.62450.16860.1214
Hunter Lab16.200311.8090-44.8503
CIE-Lab18.472620.0208-44.6631

#04276f color RGB value is (4,39,111).

#04276f hex color red value is 4, green value is 39 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #04276f hue: 0.61 , saturation: 0.93 and the lightness value of 04276f is 0.23.

The process color (four color CMYK) of #04276f color hex is 0.96, 0.65, 0.00, 0.56. Web safe color of #04276f is #003366. Color #04276f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00100111 01101111
Octal 4 47 157
Decimal 4 39 111
Hex 4 27 6F

RGB Percentages of Color #04276f

%2.60
%25.32
%72.08

CMYK Percentages of Color #04276f

%96
%65
%0
%56

Triadic Colors of #04276f

#04276f #6f0427 #276f04

Analogous Colors of #04276f

#04276f #16046f #045d6f

Monochromatic Colors of #04276f

#04276f

Complementary Color

#04276f #6f4c04

#04276f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04276f Color Preview on White Background

Lorem ipsum dolor sit amet.

#04276f Color CSS Codes

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

#04276f Text Font Color

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

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


#04276f Background Color

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

This div background color is #04276f


#04276f Border Color

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

This div border color is #04276f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,39,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04276f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04276f;
  -webkit-box-shadow: 1px 1px 3px 2px #04276f;
  box-shadow:         1px 1px 3px 2px #04276f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04276f


Comments

No comments written yet.

Please login to write comment.