#048E63

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

Shades of Observatory #048E63

Tints of Observatory #048E63

Color information

#048E63 (or 0x048E63) is unknown color: approx Observatory. HEX triplet: 04, 8E and 63. RGB value is (4,142,99). Sum of RGB (Red+Green+Blue) = 4+142+99=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 142 (55.86% from 255 or 57.96% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 142 - color contains mainly: green. Hex color #048E63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048E63 is #FB719C. Grayscale: #5F5F5F. Windows color (decimal): -16478621 or 6524420. OLE color: 6524420.

HSL color Cylindrical-coordinate representation of color #048E63: hue angle of 161.3º 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 #048E63 is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB414299-
CMYK0.9700.300.44
HSL161.3º94.52%28.63%-
HSV(B)161.3º97.18%55.69%-
XYZ11.9820.2715.09-
YUV95.84129.7862.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.63%
GREEN value IS 142 (55.86% from 255) = 57.96%
BLUE value IS 99 (39.06% from 255) = 40.41%
R=1.63%
G=57.96%
B=40.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4142990.9700.300.44161.394.5228.63
Hex48E636101E2Ca15f1d
Octal42161431410365424113735
Binary100100011101100011110000101111010110010100001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,142,99); }

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

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

 a { background-color: rgb(4,142,99); }

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

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

 span { border-color: rgb(4,142,99); }

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