Html Css Color HEX #049470 Observatory

📋 copy color: '#049470'

red 4 ◦ green 148 ◦ blue 112

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

Shades of Observatory #049470

Tints of Observatory #049470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.06%

 BLUE value IS 112 (44.14% from 255) = 42.42%

R = 1.52%
G = 56.06%
B = 42.42%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#049470 (or 0x049470) is known color: Observatory. HEX triplet: 04, 94 and 70. RGB value is (4,148,112). Sum of RGB (Red+Green+Blue) = 4+148+112=264 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 264); Green value is 148 (58.20% from 255 or 56.06% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 148 - color contains mainly: green. Hex color #049470 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049470 is #FB6B8F. Grayscale: #646464. Windows color (decimal): -16477072 or 7377924. OLE color: 7377924.

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

Color convert

RGB 4 148 112 -
CMYK 0.97 0 0.24 0.42
HSL 165º 0.95% 0.3% -
HSV(B) 165º 0.97% 0.58% -
XYZ 13.56 22.38 18.93 -
YUV 100.84 134.29 58.93 -
System Red Green Blue C M Y K H S L
Decimal 4 148 112 0.97 0 0.24 0.42 165 0.95 0.3
Hex 4 94 70 61 0 18 2A A5 5F 1E
Octal 4 224 160 141 0 30 52 245 137 36
Binary 100 10010100 1110000 1100001 0 11000 101010 10100101 1011111 11110

Color Harmonies of #049470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049470

Black with #049470

Text Example


Text Example

White with #049470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049470; }

 p { color: rgb(4,148,112); }

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

background-color css

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

 a { background-color: rgb(4,148,112); }

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

border-color css

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

 span { border-color: rgb(4,148,112); }

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