#049265

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

Shades of Observatory #049265

Tints of Observatory #049265

Color information

#049265 (or 0x049265) is unknown color: approx Observatory. HEX triplet: 04, 92 and 65. RGB value is (4,146,101). Sum of RGB (Red+Green+Blue) = 4+146+101=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 146 (57.42% from 255 or 58.17% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 146 - color contains mainly: green. Hex color #049265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049265 is #FB6D9A. Grayscale: #626262. Windows color (decimal): -16477595 or 6656516. OLE color: 6656516.

HSL color Cylindrical-coordinate representation of color #049265: hue angle of 160.99º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049265 is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB4146101-
CMYK0.9700.310.43
HSL160.99º94.67%29.41%-
HSV(B)160.99º97.26%57.25%-
XYZ12.6821.5215.8-
YUV98.41129.4660.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.59%
GREEN value IS 146 (57.42% from 255) = 58.17%
BLUE value IS 101 (39.84% from 255) = 40.24%
R=1.59%
G=58.17%
B=40.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41461010.9700.310.43160.9994.6729.41
Hex492656101F2Ba15f1d
Octal42221451410375324113735
Binary100100100101100101110000101111110101110100001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049265; }

 p { color: rgb(4,146,101); }

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

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

 a { background-color: rgb(4,146,101); }

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

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

 span { border-color: rgb(4,146,101); }

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