#048674

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

Shades of Observatory #048674

Tints of Observatory #048674

Color information

#048674 (or 0x048674) is unknown color: approx Observatory. HEX triplet: 04, 86 and 74. RGB value is (4,134,116). Sum of RGB (Red+Green+Blue) = 4+134+116=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #048674 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048674 is #FB798B. Grayscale: #5D5D5D. Windows color (decimal): -16480652 or 7636484. OLE color: 7636484.

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

Color convert

RGB4134116-
CMYK0.9700.130.47
HSL171.69º94.2%27.06%-
HSV(B)171.69º97.01%52.55%-
XYZ11.7318.3419.44-
YUV93.08140.9364.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.57%
GREEN value IS 134 (52.73% from 255) = 52.76%
BLUE value IS 116 (45.70% from 255) = 45.67%
R=1.57%
G=52.76%
B=45.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41341160.9700.130.47171.6994.227.06
Hex48674610D2Fac5e1b
Octal42061641410155725413633
Binary10010000110111010011000010110110111110101100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048674; }

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

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

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

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

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

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

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

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