#495276

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

Shades of Astronaut #495276

Tints of Astronaut #495276

Color information

#495276 (or 0x495276) is unknown color: approx Astronaut. HEX triplet: 49, 52 and 76. RGB value is (73,82,118). Sum of RGB (Red+Green+Blue) = 73+82+118=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #495276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495276 is #B6AD89. Grayscale: #535353. Windows color (decimal): -11971978 or 7754313. OLE color: 7754313.

HSL color Cylindrical-coordinate representation of color #495276: hue angle of 228º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #495276 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7382118-
CMYK0.380.3100.54
HSL228º23.56%37.45%-
HSV(B)228º38.14%46.27%-
XYZ9.038.7618.35-
YUV83.41147.52120.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.74%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 118 (46.48% from 255) = 43.22%
R=26.74%
G=30.04%
B=43.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73821180.380.3100.5422823.5637.45
Hex495276261F036e41825
Octal11112216646370663443045
Binary1001001101001011101101001101111101101101110010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495276; }

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

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

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

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

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

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

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

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