#048774

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

Shades of Observatory #048774

Tints of Observatory #048774

Color information

#048774 (or 0x048774) is unknown color: approx Observatory. HEX triplet: 04, 87 and 74. RGB value is (4,135,116). Sum of RGB (Red+Green+Blue) = 4+135+116=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #048774 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048774 is #FB788B. Grayscale: #5D5D5D. Windows color (decimal): -16480396 or 7636740. OLE color: 7636740.

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

Color convert

RGB4135116-
CMYK0.9700.140.47
HSL171.3º94.24%27.25%-
HSV(B)171.3º97.04%52.94%-
XYZ11.8718.6119.49-
YUV93.66140.664.04-

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) = 52.94%
BLUE value IS 116 (45.70% from 255) = 45.49%
R=1.57%
G=52.94%
B=45.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41351160.9700.140.47171.394.2427.25
Hex48774610E2Fab5e1b
Octal42071641410165725313633
Binary10010000111111010011000010111010111110101011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048774; }

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

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

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

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

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

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

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

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