#048A79

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

Shades of Observatory #048A79

Tints of Observatory #048A79

Color information

#048A79 (or 0x048A79) is unknown color: approx Observatory. HEX triplet: 04, 8A and 79. RGB value is (4,138,121). Sum of RGB (Red+Green+Blue) = 4+138+121=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 138 (54.30% from 255 or 52.47% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 138 - color contains mainly: green. Hex color #048A79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048A79 is #FB7586. Grayscale: #5F5F5F. Windows color (decimal): -16479623 or 7965188. OLE color: 7965188.

HSL color Cylindrical-coordinate representation of color #048A79: hue angle of 172.39º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048A79 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB4138121-
CMYK0.9700.120.46
HSL172.39º94.37%27.84%-
HSV(B)172.39º97.1%54.12%-
XYZ12.5919.5821.21-
YUV96142.1162.38-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.52%
GREEN value IS 138 (54.30% from 255) = 52.47%
BLUE value IS 121 (47.66% from 255) = 46.01%
R=1.52%
G=52.47%
B=46.01%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41381210.9700.120.46172.3994.3727.84
Hex48A79610C2Eac5e1c
Octal42121711410145625413634
Binary10010001010111100111000010110010111010101100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,138,121); }

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

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

 a { background-color: rgb(4,138,121); }

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

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

 span { border-color: rgb(4,138,121); }

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