#495077

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

Shades of Astronaut #495077

Tints of Astronaut #495077

Color information

#495077 (or 0x495077) is unknown color: approx Astronaut. HEX triplet: 49, 50 and 77. RGB value is (73,80,119). Sum of RGB (Red+Green+Blue) = 73+80+119=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: blue. Hex color #495077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495077 is #B6AF88. Grayscale: #525252. Windows color (decimal): -11972489 or 7819337. OLE color: 7819337.

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

Color convert

RGB7380119-
CMYK0.390.3300.53
HSL230.87º23.96%37.65%-
HSV(B)230.87º38.66%46.67%-
XYZ8.958.4918.62-
YUV82.35148.68121.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.84%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 119 (46.88% from 255) = 43.75%
R=26.84%
G=29.41%
B=43.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73801190.390.3300.53230.8723.9637.65
Hex4950772721035e71826
Octal11112016747410653473046
Binary10010011010000111011110011110000101101011110011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495077; }

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

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

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

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

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

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

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

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