Html Css Color HEX #049079 Observatory

📋 copy color: '#049079'

red 4 ◦ green 144 ◦ blue 121

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

Shades of Observatory #049079

Tints of Observatory #049079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 44.98%

R = 1.49%
G = 53.53%
B = 44.98%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#049079 (or 0x049079) is known color: Observatory. HEX triplet: 04, 90 and 79. RGB value is (4,144,121). Sum of RGB (Red+Green+Blue) = 4+144+121=269 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 269); Green value is 144 (56.64% from 255 or 53.53% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 144 - color contains mainly: green. Hex color #049079 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049079 is #FB6F86. Grayscale: #636363. Windows color (decimal): -16478087 or 7966724. OLE color: 7966724.

HSL color Cylindrical-coordinate representation of color #049079: hue angle of 170.14º 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 #049079 is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 144 121 -
CMYK 0.97 0 0.16 0.44
HSL 170.14º 0.95% 0.29% -
HSV(B) 170.14º 0.97% 0.56% -
XYZ 13.47 21.35 21.5 -
YUV 99.52 140.12 59.87 -
System Red Green Blue C M Y K H S L
Decimal 4 144 121 0.97 0 0.16 0.44 170.14 0.95 0.29
Hex 4 90 79 61 0 10 2C AA 5F 1D
Octal 4 220 171 141 0 20 54 252 137 35
Binary 100 10010000 1111001 1100001 0 10000 101100 10101010 1011111 11101

Color Harmonies of #049079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049079

Black with #049079

Text Example


Text Example

White with #049079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049079; }

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

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

background-color css

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

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

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

border-color css

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

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

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