#048663

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

Shades of Observatory #048663

Tints of Observatory #048663

Color information

#048663 (or 0x048663) is unknown color: approx Observatory. HEX triplet: 04, 86 and 63. RGB value is (4,134,99). Sum of RGB (Red+Green+Blue) = 4+134+99=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 134 (52.73% from 255 or 56.54% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 134 - color contains mainly: green. Hex color #048663 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048663 is #FB799C. Grayscale: #5B5B5B. Windows color (decimal): -16480669 or 6522372. OLE color: 6522372.

HSL color Cylindrical-coordinate representation of color #048663: hue angle of 163.85º 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 #048663 is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB413499-
CMYK0.9700.260.47
HSL163.85º94.2%27.06%-
HSV(B)163.85º97.01%52.55%-
XYZ10.8317.9814.7-
YUV91.14132.4365.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.69%
GREEN value IS 134 (52.73% from 255) = 56.54%
BLUE value IS 99 (39.06% from 255) = 41.77%
R=1.69%
G=56.54%
B=41.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4134990.9700.260.47163.8594.227.06
Hex486636101A2Fa45e1b
Octal42061431410325724413633
Binary100100001101100011110000101101010111110100100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048663; }

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

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

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

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

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

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

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

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