#048F78

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

Shades of Observatory #048F78

Tints of Observatory #048F78

Color information

#048F78 (or 0x048F78) is unknown color: approx Observatory. HEX triplet: 04, 8F and 78. RGB value is (4,143,120). Sum of RGB (Red+Green+Blue) = 4+143+120=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 143 (56.25% from 255 or 53.56% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 143 - color contains mainly: green. Hex color #048F78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048F78 is #FB7087. Grayscale: #626262. Windows color (decimal): -16478344 or 7900932. OLE color: 7900932.

HSL color Cylindrical-coordinate representation of color #048F78: hue angle of 170.07º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048F78 is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB4143120-
CMYK0.9700.160.44
HSL170.07º94.56%28.82%-
HSV(B)170.07º97.2%56.08%-
XYZ13.2621.0321.13-
YUV98.82139.9560.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.50%
GREEN value IS 143 (56.25% from 255) = 53.56%
BLUE value IS 120 (47.27% from 255) = 44.94%
R=1.50%
G=53.56%
B=44.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41431200.9700.160.44170.0794.5628.82
Hex48F78610102Caa5f1d
Octal42171701410205425213735
Binary100100011111111000110000101000010110010101010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048F78; }

 p { color: rgb(4,143,120); }

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

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

 a { background-color: rgb(4,143,120); }

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

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

 span { border-color: rgb(4,143,120); }

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