#04947F

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

Shades of Observatory #04947F

Tints of Observatory #04947F

Color information

#04947F (or 0x04947F) is unknown color: approx Observatory. HEX triplet: 04, 94 and 7F. RGB value is (4,148,127). Sum of RGB (Red+Green+Blue) = 4+148+127=279 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 279); Green value is 148 (58.20% from 255 or 53.05% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 148 - color contains mainly: green. Hex color #04947F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04947F is #FB6B80. Grayscale: #666666. Windows color (decimal): -16477057 or 8360964. OLE color: 8360964.

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

Color convert

RGB4148127-
CMYK0.9700.140.42
HSL171.25º94.74%29.8%-
HSV(B)171.25º97.3%58.04%-
XYZ14.4722.7423.7-
YUV102.55141.7957.71-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.43%
GREEN value IS 148 (58.20% from 255) = 53.05%
BLUE value IS 127 (50% from 255) = 45.52%
R=1.43%
G=53.05%
B=45.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41481270.9700.140.42171.2594.7429.8
Hex4947F610E2Aab5f1e
Octal42241771410165225313736
Binary10010010100111111111000010111010101010101011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04947F; }

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

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

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

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

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

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

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

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