#049471

Color #049471 Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #049471

Tints of Observatory #049471

Color information

#049471 (or 0x049471) is unknown color: approx Observatory. HEX triplet: 04, 94 and 71. RGB value is (4,148,113). Sum of RGB (Red+Green+Blue) = 4+148+113=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #049471 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049471 is #FB6B8E. Grayscale: #646464. Windows color (decimal): -16477071 or 7443460. OLE color: 7443460.

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

Color convert

RGB4148113-
CMYK0.9700.240.42
HSL165.42º94.74%29.8%-
HSV(B)165.42º97.3%58.04%-
XYZ13.6222.419.23-
YUV100.95134.7958.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.51%
GREEN value IS 148 (58.20% from 255) = 55.85%
BLUE value IS 113 (44.53% from 255) = 42.64%
R=1.51%
G=55.85%
B=42.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41481130.9700.240.42165.4294.7429.8
Hex49471610182Aa55f1e
Octal42241611410305224513736
Binary100100101001110001110000101100010101010100101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049471; }

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

 H1.HeaderClassName
 {
   color: #049471;
 }
 .AnyTagClassName
 {
   color: #049471;
 }
</style>
background-color css

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

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

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

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

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

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