#495083

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

Shades of Astronaut #495083

Tints of Astronaut #495083

Color information

#495083 (or 0x495083) is unknown color: approx Astronaut. HEX triplet: 49, 50 and 83. RGB value is (73,80,131). Sum of RGB (Red+Green+Blue) = 73+80+131=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #495083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495083 is #B6AF7C. Grayscale: #535353. Windows color (decimal): -11972477 or 8605769. OLE color: 8605769.

HSL color Cylindrical-coordinate representation of color #495083: hue angle of 232.76º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #495083 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7380131-
CMYK0.440.3900.49
HSL232.76º28.43%40%-
HSV(B)232.76º44.27%51.37%-
XYZ9.718.7922.66-
YUV83.72154.68120.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.70%
GREEN value IS 80 (31.64% from 255) = 28.17%
BLUE value IS 131 (51.56% from 255) = 46.13%
R=25.70%
G=28.17%
B=46.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73801310.440.3900.49232.7628.4340
Hex4950832C27031e91c28
Octal11112020354470613513450
Binary100100110100001000001110110010011101100011110100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495083; }

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

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

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

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

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

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

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

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