#495277

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

Shades of Astronaut #495277

Tints of Astronaut #495277

Color information

#495277 (or 0x495277) is unknown color: approx Astronaut. HEX triplet: 49, 52 and 77. RGB value is (73,82,119). Sum of RGB (Red+Green+Blue) = 73+82+119=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 119 - color contains mainly: blue. Hex color #495277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495277 is #B6AD88. Grayscale: #535353. Windows color (decimal): -11971977 or 7819849. OLE color: 7819849.

HSL color Cylindrical-coordinate representation of color #495277: hue angle of 228.26º 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 #495277 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7382119-
CMYK0.390.3100.53
HSL228.26º23.96%37.65%-
HSV(B)228.26º38.66%46.67%-
XYZ9.098.7818.67-
YUV83.53148.02120.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.64%
GREEN value IS 82 (32.42% from 255) = 29.93%
BLUE value IS 119 (46.88% from 255) = 43.43%
R=26.64%
G=29.93%
B=43.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73821190.390.3100.53228.2623.9637.65
Hex495277271F035e41826
Octal11112216747370653443046
Binary1001001101001011101111001111111101101011110010011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495277; }

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

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

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

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

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

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

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

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