#048873

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

Shades of Observatory #048873

Tints of Observatory #048873

Color information

#048873 (or 0x048873) is unknown color: approx Observatory. HEX triplet: 04, 88 and 73. RGB value is (4,136,115). Sum of RGB (Red+Green+Blue) = 4+136+115=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 136 (53.52% from 255 or 53.33% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 136 - color contains mainly: green. Hex color #048873 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048873 is #FB778C. Grayscale: #5E5E5E. Windows color (decimal): -16480141 or 7571460. OLE color: 7571460.

HSL color Cylindrical-coordinate representation of color #048873: hue angle of 170.45º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048873 is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB4136115-
CMYK0.9700.150.47
HSL170.45º94.29%27.45%-
HSV(B)170.45º97.06%53.33%-
XYZ11.9518.8719.23-
YUV94.14139.7763.71-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.57%
GREEN value IS 136 (53.52% from 255) = 53.33%
BLUE value IS 115 (45.31% from 255) = 45.10%
R=1.57%
G=53.33%
B=45.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41361150.9700.150.47170.4594.2927.45
Hex48873610F2Faa5e1b
Octal42101631410175725213633
Binary10010001000111001111000010111110111110101010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048873; }

 p { color: rgb(4,136,115); }

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

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

 a { background-color: rgb(4,136,115); }

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

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

 span { border-color: rgb(4,136,115); }

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