Html Css Color HEX #049176 Observatory

📋 copy color: '#049176'

red 4 ◦ green 145 ◦ blue 118

#049176
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Observatory #049176

Tints of Observatory #049176

RGB

 RED value IS 4 (1.95% from 255) = 1.5%

 GREEN value IS 145 (57.03% from 255) = 54.31%

 BLUE value IS 118 (46.48% from 255) = 44.19%

R = 1.5%
G = 54.31%
B = 44.19%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#049176 (or 0x049176) is known color: Observatory. HEX triplet: 04, 91 and 76. RGB value is (4,145,118). Sum of RGB (Red+Green+Blue) = 4+145+118=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 145 (57.03% from 255 or 54.31% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 145 - color contains mainly: green. Hex color #049176 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049176 is #FB6E89. Grayscale: #636363. Windows color (decimal): -16477834 or 7770372. OLE color: 7770372.

HSL color Cylindrical-coordinate representation of color #049176: hue angle of 168.51º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049176 is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 145 118 -
CMYK 0.97 0 0.19 0.43
HSL 168.51º 0.95% 0.29% -
HSV(B) 168.51º 0.97% 0.57% -
XYZ 13.45 21.58 20.6 -
YUV 99.76 138.29 59.7 -
System Red Green Blue C M Y K H S L
Decimal 4 145 118 0.97 0 0.19 0.43 168.51 0.95 0.29
Hex 4 91 76 61 0 13 2B A9 5F 1D
Octal 4 221 166 141 0 23 53 251 137 35
Binary 100 10010001 1110110 1100001 0 10011 101011 10101001 1011111 11101

Color Harmonies of #049176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049176

Black with #049176

Text Example


Text Example

White with #049176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049176; }

 p { color: rgb(4,145,118); }

 H1.HeaderClassName
 {
   color: #049176;
 }
 .AnyTagClassName
 {
   color: #049176;
 }
</style>

background-color css

<style>
 a { background-color: #049176; }

 a { background-color: rgb(4,145,118); }

 div.DivClassName
 {
   background-color: #049176;
 }
 .BgClassName
 {
   background-color: #049176;
 }
</style>

border-color css

<style>
 span { border-color: #049176; }

 span { border-color: rgb(4,145,118); }

 td.TdClassName
 {
   border-color: #049176;
 }
 .TagClassName
 {
   border-color: #049176;
 }
</style>