#048673

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

Shades of Observatory #048673

Tints of Observatory #048673

Color information

#048673 (or 0x048673) is unknown color: approx Observatory. HEX triplet: 04, 86 and 73. RGB value is (4,134,115). Sum of RGB (Red+Green+Blue) = 4+134+115=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #048673 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048673 is #FB798C. Grayscale: #5C5C5C. Windows color (decimal): -16480653 or 7570948. OLE color: 7570948.

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

Color convert

RGB4134115-
CMYK0.9700.140.47
HSL171.23º94.2%27.06%-
HSV(B)171.23º97.01%52.55%-
XYZ11.6718.3119.14-
YUV92.96140.4364.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.58%
GREEN value IS 134 (52.73% from 255) = 52.96%
BLUE value IS 115 (45.31% from 255) = 45.45%
R=1.58%
G=52.96%
B=45.45%

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
Decimal41341150.9700.140.47171.2394.227.06
Hex48673610E2Fab5e1b
Octal42061631410165725313633
Binary10010000110111001111000010111010111110101011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048673; }

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

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

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

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

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

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

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

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