#495183

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

Shades of Astronaut #495183

Tints of Astronaut #495183

Color information

#495183 (or 0x495183) is unknown color: approx Astronaut. HEX triplet: 49, 51 and 83. RGB value is (73,81,131). Sum of RGB (Red+Green+Blue) = 73+81+131=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #495183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495183 is #B6AE7C. Grayscale: #545454. Windows color (decimal): -11972221 or 8606025. OLE color: 8606025.

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

Color convert

RGB7381131-
CMYK0.440.3800.49
HSL231.72º28.43%40%-
HSV(B)231.72º44.27%51.37%-
XYZ9.798.9422.68-
YUV84.31154.35119.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.61%
GREEN value IS 81 (32.03% from 255) = 28.42%
BLUE value IS 131 (51.56% from 255) = 45.96%
R=25.61%
G=28.42%
B=45.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73811310.440.3800.49231.7228.4340
Hex4951832C26031e81c28
Octal11112120354460613503450
Binary100100110100011000001110110010011001100011110100011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495183; }

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

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

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

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

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

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

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

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