#495278

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

Shades of Astronaut #495278

Tints of Astronaut #495278

Color information

#495278 (or 0x495278) is unknown color: approx Astronaut. HEX triplet: 49, 52 and 78. RGB value is (73,82,120). Sum of RGB (Red+Green+Blue) = 73+82+120=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #495278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495278 is #B6AD87. Grayscale: #535353. Windows color (decimal): -11971976 or 7885385. OLE color: 7885385.

HSL color Cylindrical-coordinate representation of color #495278: hue angle of 228.51º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #495278 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7382120-
CMYK0.390.3200.53
HSL228.51º24.35%37.84%-
HSV(B)228.51º39.17%47.06%-
XYZ9.168.8118.99-
YUV83.64148.52120.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 120 (47.27% from 255) = 43.64%
R=26.55%
G=29.82%
B=43.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73821200.390.3200.53228.5124.3537.84
Hex4952782720035e51826
Octal11112217047400653453046
Binary10010011010010111100010011110000001101011110010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495278; }

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

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

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

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

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

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

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

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