Html Css Color HEX #049276 Observatory

📋 copy color: '#049276'

red 4 ◦ green 146 ◦ blue 118

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

Shades of Observatory #049276

Tints of Observatory #049276

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.48%

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

R = 1.49%
G = 54.48%
B = 44.03%

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

#049276 (or 0x049276) is known color: Observatory. HEX triplet: 04, 92 and 76. RGB value is (4,146,118). Sum of RGB (Red+Green+Blue) = 4+146+118=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 146 (57.42% from 255 or 54.48% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 146 - color contains mainly: green. Hex color #049276 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049276 is #FB6D89. Grayscale: #646464. Windows color (decimal): -16477578 or 7770628. OLE color: 7770628.

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

Color convert

RGB 4 146 118 -
CMYK 0.97 0 0.19 0.43
HSL 168.17º 0.95% 0.29% -
HSV(B) 168.17º 0.97% 0.57% -
XYZ 13.6 21.89 20.65 -
YUV 100.35 137.96 59.28 -
System Red Green Blue C M Y K H S L
Decimal 4 146 118 0.97 0 0.19 0.43 168.17 0.95 0.29
Hex 4 92 76 61 0 13 2B A8 5F 1D
Octal 4 222 166 141 0 23 53 250 137 35
Binary 100 10010010 1110110 1100001 0 10011 101011 10101000 1011111 11101

Color Harmonies of #049276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049276

Black with #049276

Text Example


Text Example

White with #049276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049276; }

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

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

background-color css

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

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

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

border-color css

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

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

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