#495375

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

Shades of Astronaut #495375

Tints of Astronaut #495375

Color information

#495375 (or 0x495375) is unknown color: approx Astronaut. HEX triplet: 49, 53 and 75. RGB value is (73,83,117). Sum of RGB (Red+Green+Blue) = 73+83+117=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #495375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495375 is #B6AC8A. Grayscale: #535353. Windows color (decimal): -11971723 or 7689033. OLE color: 7689033.

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

Color convert

RGB7383117-
CMYK0.380.2900.54
HSL226.36º23.16%37.25%-
HSV(B)226.36º37.61%45.88%-
XYZ9.058.8918.07-
YUV83.89146.69120.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.74%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 117 (46.09% from 255) = 42.86%
R=26.74%
G=30.40%
B=42.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73831170.380.2900.54226.3623.1637.25
Hex495375261D036e21725
Octal11112316546350663422745
Binary1001001101001111101011001101110101101101110001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495375; }

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

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

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

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

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

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

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

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