Html Css Color HEX #049076 Observatory

📋 copy color: '#049076'

red 4 ◦ green 144 ◦ blue 118

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

Shades of Observatory #049076

Tints of Observatory #049076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 54.14%

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

R = 1.5%
G = 54.14%
B = 44.36%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#049076 (or 0x049076) is known color: Observatory. HEX triplet: 04, 90 and 76. RGB value is (4,144,118). Sum of RGB (Red+Green+Blue) = 4+144+118=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 144 (56.64% from 255 or 54.14% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 144 - color contains mainly: green. Hex color #049076 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049076 is #FB6F89. Grayscale: #636363. Windows color (decimal): -16478090 or 7770116. OLE color: 7770116.

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

Color convert

RGB 4 144 118 -
CMYK 0.97 0 0.18 0.44
HSL 168.86º 0.95% 0.29% -
HSV(B) 168.86º 0.97% 0.56% -
XYZ 13.29 21.28 20.55 -
YUV 99.18 138.62 60.11 -
System Red Green Blue C M Y K H S L
Decimal 4 144 118 0.97 0 0.18 0.44 168.86 0.95 0.29
Hex 4 90 76 61 0 12 2C A9 5F 1D
Octal 4 220 166 141 0 22 54 251 137 35
Binary 100 10010000 1110110 1100001 0 10010 101100 10101001 1011111 11101

Color Harmonies of #049076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049076

Black with #049076

Text Example


Text Example

White with #049076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049076; }

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

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

background-color css

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

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

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

border-color css

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

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

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