#495273

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

Shades of Astronaut #495273

Tints of Astronaut #495273

Color information

#495273 (or 0x495273) is unknown color: approx Astronaut. HEX triplet: 49, 52 and 73. RGB value is (73,82,115). Sum of RGB (Red+Green+Blue) = 73+82+115=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #495273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495273 is #B6AD8C. Grayscale: #525252. Windows color (decimal): -11971981 or 7557705. OLE color: 7557705.

HSL color Cylindrical-coordinate representation of color #495273: hue angle of 227.14º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #495273 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7382115-
CMYK0.370.2900.55
HSL227.14º22.34%36.86%-
HSV(B)227.14º36.52%45.1%-
XYZ8.868.6917.43-
YUV83.07146.02120.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.04%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 115 (45.31% from 255) = 42.59%
R=27.04%
G=30.37%
B=42.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73821150.370.2900.55227.1422.3436.86
Hex495273251D037e31625
Octal11112216345350673432645
Binary1001001101001011100111001011110101101111110001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495273; }

 p { color: rgb(73,82,115); }

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

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

 a { background-color: rgb(73,82,115); }

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

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

 span { border-color: rgb(73,82,115); }

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