Color Hex Logo

#04818a Color Hex

#04818A
(4,129,138)
0 Favorites   0 Comments

Color spaces of #04818a

RGB 4129138
HSL0.510.940.28
HSV184°97°54°
CMYK 0.970.070.00   0.46
XYZ12.487817.561326.7763
Yxy17.56130.21980.3090
Hunter Lab41.9062-20.1439-8.5495
CIE-Lab48.9596-25.8119-13.3033

#04818a color RGB value is (4,129,138).

#04818a hex color red value is 4, green value is 129 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #04818a hue: 0.51 , saturation: 0.94 and the lightness value of 04818a is 0.28.

The process color (four color CMYK) of #04818a color hex is 0.97, 0.07, 0.00, 0.46. Web safe color of #04818a is #009999. Color #04818a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10000001 10001010
Octal 4 201 212
Decimal 4 129 138
Hex 4 81 8A

RGB Percentages of Color #04818a

%1.48
%47.60
%50.92

CMYK Percentages of Color #04818a

%97
%7
%0
%46

Triadic Colors of #04818a

#04818a #8a0481 #818a04

Analogous Colors of #04818a

#04818a #043e8a #048a50

Monochromatic Colors of #04818a

#04818a

Complementary Color

#04818a #8a0d04

#04818a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04818a Color Preview on White Background

Lorem ipsum dolor sit amet.

#04818a Color CSS Codes

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

#04818a Text Font Color

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

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


#04818a Background Color

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

This div background color is #04818a


#04818a Border Color

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

This div border color is #04818a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,129,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04818a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04818a;
  -webkit-box-shadow: 1px 1px 3px 2px #04818a;
  box-shadow:         1px 1px 3px 2px #04818a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04818a


Comments

No comments written yet.

Please login to write comment.