#495578

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

Shades of Astronaut #495578

Tints of Astronaut #495578

Color information

#495578 (or 0x495578) is unknown color: approx Astronaut. HEX triplet: 49, 55 and 78. RGB value is (73,85,120). Sum of RGB (Red+Green+Blue) = 73+85+120=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #495578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495578 is #B6AA87. Grayscale: #555555. Windows color (decimal): -11971208 or 7886153. OLE color: 7886153.

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

Color convert

RGB7385120-
CMYK0.390.2900.53
HSL224.68º24.35%37.84%-
HSV(B)224.68º39.17%47.06%-
XYZ9.399.2719.06-
YUV85.4147.52119.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.26%
GREEN value IS 85 (33.59% from 255) = 30.58%
BLUE value IS 120 (47.27% from 255) = 43.17%
R=26.26%
G=30.58%
B=43.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73851200.390.2900.53224.6824.3537.84
Hex495578271D035e11826
Octal11112517047350653413046
Binary1001001101010111110001001111110101101011110000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495578; }

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

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

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

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

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

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

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

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