#495284

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

Shades of Astronaut #495284

Tints of Astronaut #495284

Color information

#495284 (or 0x495284) is unknown color: approx Astronaut. HEX triplet: 49, 52 and 84. RGB value is (73,82,132). Sum of RGB (Red+Green+Blue) = 73+82+132=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 132 - color contains mainly: blue. Hex color #495284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495284 is #B6AD7B. Grayscale: #545454. Windows color (decimal): -11971964 or 8671817. OLE color: 8671817.

HSL color Cylindrical-coordinate representation of color #495284: hue angle of 230.85º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #495284 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7382132-
CMYK0.450.3800.48
HSL230.85º28.78%40.2%-
HSV(B)230.85º44.7%51.76%-
XYZ9.939.1223.07-
YUV85.01154.52119.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 82 (32.42% from 255) = 28.57%
BLUE value IS 132 (51.95% from 255) = 45.99%
R=25.44%
G=28.57%
B=45.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73821320.450.3800.48230.8528.7840.2
Hex4952842D26030e71d28
Octal11112220455460603473550
Binary100100110100101000010010110110011001100001110011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495284; }

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

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

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

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

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

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

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

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