Color Hex Logo

#04926a Color Hex

#04926A
(4,146,106)
0 Favorites   0 Comments

Color spaces of #04926a

RGB 4146106
HSL0.450.950.29
HSV163°97°57°
CMYK 0.970.000.27   0.43
XYZ12.930521.624217.1280
Yxy21.62420.25020.4184
Hunter Lab46.5018-31.743710.7130
CIE-Lab53.6260-42.956612.0808

#04926a color RGB value is (4,146,106).

#04926a hex color red value is 4, green value is 146 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #04926a hue: 0.45 , saturation: 0.95 and the lightness value of 04926a is 0.29.

The process color (four color CMYK) of #04926a color hex is 0.97, 0.00, 0.27, 0.43. Web safe color of #04926a is #009966. Color #04926a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10010010 01101010
Octal 4 222 152
Decimal 4 146 106
Hex 4 92 6A

RGB Percentages of Color #04926a

%1.56
%57.03
%41.41

CMYK Percentages of Color #04926a

%97
%0
%27
%43

Triadic Colors of #04926a

#04926a #6a0492 #926a04

Analogous Colors of #04926a

#04926a #047392 #049223

Monochromatic Colors of #04926a

#04926a

Complementary Color

#04926a #92042c

#04926a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04926a Color Preview on White Background

Lorem ipsum dolor sit amet.

#04926a Color CSS Codes

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

#04926a Text Font Color

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

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


#04926a Background Color

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

This div background color is #04926a


#04926a Border Color

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

This div border color is #04926a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04926a


Comments

No comments written yet.

Please login to write comment.