#048773

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

Shades of Observatory #048773

Tints of Observatory #048773

Color information

#048773 (or 0x048773) is unknown color: approx Observatory. HEX triplet: 04, 87 and 73. RGB value is (4,135,115). Sum of RGB (Red+Green+Blue) = 4+135+115=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 135 (53.12% from 255 or 53.15% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 135 - color contains mainly: green. Hex color #048773 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048773 is #FB788C. Grayscale: #5D5D5D. Windows color (decimal): -16480397 or 7571204. OLE color: 7571204.

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

Color convert

RGB4135115-
CMYK0.9700.150.47
HSL170.84º94.24%27.25%-
HSV(B)170.84º97.04%52.94%-
XYZ11.8118.5919.19-
YUV93.55140.164.13-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.57%
GREEN value IS 135 (53.12% from 255) = 53.15%
BLUE value IS 115 (45.31% from 255) = 45.28%
R=1.57%
G=53.15%
B=45.28%

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
Decimal41351150.9700.150.47170.8494.2427.25
Hex48773610F2Fab5e1b
Octal42071631410175725313633
Binary10010000111111001111000010111110111110101011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048773; }

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

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

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

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

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

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

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

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