Html Css Color HEX #049574 Observatory

📋 copy color: '#049574'

red 4 ◦ green 149 ◦ blue 116

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

Shades of Observatory #049574

Tints of Observatory #049574

RGB

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

 GREEN value IS 149 (58.59% from 255) = 55.39%

 BLUE value IS 116 (45.7% from 255) = 43.12%

R = 1.49%
G = 55.39%
B = 43.12%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#049574 (or 0x049574) is known color: Observatory. HEX triplet: 04, 95 and 74. RGB value is (4,149,116). Sum of RGB (Red+Green+Blue) = 4+149+116=269 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 269); Green value is 149 (58.59% from 255 or 55.39% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 149 - color contains mainly: green. Hex color #049574 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049574 is #FB6A8B. Grayscale: #656565. Windows color (decimal): -16476812 or 7640324. OLE color: 7640324.

HSL color Cylindrical-coordinate representation of color #049574: hue angle of 166.34º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049574 is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 149 116 -
CMYK 0.97 0 0.22 0.42
HSL 166.34º 0.95% 0.3% -
HSV(B) 166.34º 0.97% 0.58% -
XYZ 13.95 22.78 20.19 -
YUV 101.88 135.96 58.18 -
System Red Green Blue C M Y K H S L
Decimal 4 149 116 0.97 0 0.22 0.42 166.34 0.95 0.3
Hex 4 95 74 61 0 16 2A A6 5F 1E
Octal 4 225 164 141 0 26 52 246 137 36
Binary 100 10010101 1110100 1100001 0 10110 101010 10100110 1011111 11110

Color Harmonies of #049574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049574

Black with #049574

Text Example


Text Example

White with #049574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049574; }

 p { color: rgb(4,149,116); }

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

background-color css

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

 a { background-color: rgb(4,149,116); }

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

border-color css

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

 span { border-color: rgb(4,149,116); }

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