#495181

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

Shades of Astronaut #495181

Tints of Astronaut #495181

Color information

#495181 (or 0x495181) is unknown color: approx Astronaut. HEX triplet: 49, 51 and 81. RGB value is (73,81,129). Sum of RGB (Red+Green+Blue) = 73+81+129=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #495181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495181 is #B6AE7E. Grayscale: #535353. Windows color (decimal): -11972223 or 8474953. OLE color: 8474953.

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

Color convert

RGB7381129-
CMYK0.430.3700.49
HSL231.43º27.72%39.61%-
HSV(B)231.43º43.41%50.59%-
XYZ9.658.8921.98-
YUV84.08153.35120.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.80%
GREEN value IS 81 (32.03% from 255) = 28.62%
BLUE value IS 129 (50.78% from 255) = 45.58%
R=25.80%
G=28.62%
B=45.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73811290.430.3700.49231.4327.7239.61
Hex4951812B25031e71c28
Octal11112120153450613473450
Binary100100110100011000000110101110010101100011110011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495181; }

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

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

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

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

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

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

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

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