#495075

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

Shades of Astronaut #495075

Tints of Astronaut #495075

Color information

#495075 (or 0x495075) is unknown color: approx Astronaut. HEX triplet: 49, 50 and 75. RGB value is (73,80,117). Sum of RGB (Red+Green+Blue) = 73+80+117=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #495075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495075 is #B6AF8A. Grayscale: #515151. Windows color (decimal): -11972491 or 7688265. OLE color: 7688265.

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

Color convert

RGB7380117-
CMYK0.380.3200.54
HSL230.45º23.16%37.25%-
HSV(B)230.45º37.61%45.88%-
XYZ8.838.4417.99-
YUV82.12147.68121.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.04%
GREEN value IS 80 (31.64% from 255) = 29.63%
BLUE value IS 117 (46.09% from 255) = 43.33%
R=27.04%
G=29.63%
B=43.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73801170.380.3200.54230.4523.1637.25
Hex4950752620036e61725
Octal11112016546400663462745
Binary10010011010000111010110011010000001101101110011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495075; }

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

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

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

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

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

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

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

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