#495275

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

Shades of Astronaut #495275

Tints of Astronaut #495275

Color information

#495275 (or 0x495275) is unknown color: approx Astronaut. HEX triplet: 49, 52 and 75. RGB value is (73,82,117). Sum of RGB (Red+Green+Blue) = 73+82+117=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 117 - color contains mainly: blue. Hex color #495275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495275 is #B6AD8A. Grayscale: #535353. Windows color (decimal): -11971979 or 7688777. OLE color: 7688777.

HSL color Cylindrical-coordinate representation of color #495275: hue angle of 227.73º degrees, saturation: 0.23, 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 #495275 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7382117-
CMYK0.380.3000.54
HSL227.73º23.16%37.25%-
HSV(B)227.73º37.61%45.88%-
XYZ8.988.7418.04-
YUV83.3147.02120.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.84%
GREEN value IS 82 (32.42% from 255) = 30.15%
BLUE value IS 117 (46.09% from 255) = 43.01%
R=26.84%
G=30.15%
B=43.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73821170.380.3000.54227.7323.1637.25
Hex495275261E036e41725
Octal11112216546360663442745
Binary1001001101001011101011001101111001101101110010010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495275; }

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

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

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

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

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

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

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

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