Html Css Color HEX #049277 Observatory

📋 copy color: '#049277'

red 4 ◦ green 146 ◦ blue 119

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

Shades of Observatory #049277

Tints of Observatory #049277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 44.24%

R = 1.49%
G = 54.28%
B = 44.24%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#049277 (or 0x049277) is known color: Observatory. HEX triplet: 04, 92 and 77. RGB value is (4,146,119). Sum of RGB (Red+Green+Blue) = 4+146+119=269 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 269); Green value is 146 (57.42% from 255 or 54.28% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 146 - color contains mainly: green. Hex color #049277 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049277 is #FB6D88. Grayscale: #646464. Windows color (decimal): -16477577 or 7836164. OLE color: 7836164.

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

Color convert

RGB 4 146 119 -
CMYK 0.97 0 0.18 0.43
HSL 168.59º 0.95% 0.29% -
HSV(B) 168.59º 0.97% 0.57% -
XYZ 13.66 21.92 20.96 -
YUV 100.46 138.46 59.2 -
System Red Green Blue C M Y K H S L
Decimal 4 146 119 0.97 0 0.18 0.43 168.59 0.95 0.29
Hex 4 92 77 61 0 12 2B A9 5F 1D
Octal 4 222 167 141 0 22 53 251 137 35
Binary 100 10010010 1110111 1100001 0 10010 101011 10101001 1011111 11101

Color Harmonies of #049277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049277

Black with #049277

Text Example


Text Example

White with #049277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049277; }

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

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

background-color css

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

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

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

border-color css

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

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

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