#048467

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

Shades of Observatory #048467

Tints of Observatory #048467

Color information

#048467 (or 0x048467) is unknown color: approx Observatory. HEX triplet: 04, 84 and 67. RGB value is (4,132,103). Sum of RGB (Red+Green+Blue) = 4+132+103=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 132 (51.95% from 255 or 55.23% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 132 - color contains mainly: green. Hex color #048467 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048467 is #FB7B98. Grayscale: #5A5A5A. Windows color (decimal): -16481177 or 6784004. OLE color: 6784004.

HSL color Cylindrical-coordinate representation of color #048467: hue angle of 166.41º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048467 is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB4132103-
CMYK0.9700.220.48
HSL166.41º94.12%26.67%-
HSV(B)166.41º96.97%51.76%-
XYZ10.7517.5115.64-
YUV90.42135.0966.36-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.67%
GREEN value IS 132 (51.95% from 255) = 55.23%
BLUE value IS 103 (40.62% from 255) = 43.10%
R=1.67%
G=55.23%
B=43.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41321030.9700.220.48166.4194.1226.67
Hex484676101630a65e1b
Octal42041471410266024613633
Binary100100001001100111110000101011011000010100110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048467; }

 p { color: rgb(4,132,103); }

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

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

 a { background-color: rgb(4,132,103); }

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

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

 span { border-color: rgb(4,132,103); }

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