#495281

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

Shades of Astronaut #495281

Tints of Astronaut #495281

Color information

#495281 (or 0x495281) is unknown color: approx Astronaut. HEX triplet: 49, 52 and 81. RGB value is (73,82,129). Sum of RGB (Red+Green+Blue) = 73+82+129=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 129 - color contains mainly: blue. Hex color #495281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495281 is #B6AD7E. Grayscale: #545454. Windows color (decimal): -11971967 or 8475209. OLE color: 8475209.

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

Color convert

RGB7382129-
CMYK0.430.3600.49
HSL230.36º27.72%39.61%-
HSV(B)230.36º43.41%50.59%-
XYZ9.739.0422-
YUV84.67153.02119.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.70%
GREEN value IS 82 (32.42% from 255) = 28.87%
BLUE value IS 129 (50.78% from 255) = 45.42%
R=25.70%
G=28.87%
B=45.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73821290.430.3600.49230.3627.7239.61
Hex4952812B24031e61c28
Octal11112220153440613463450
Binary100100110100101000000110101110010001100011110011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495281; }

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

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

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

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

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

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

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

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