#495378

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

Shades of Astronaut #495378

Tints of Astronaut #495378

Color information

#495378 (or 0x495378) is unknown color: approx Astronaut. HEX triplet: 49, 53 and 78. RGB value is (73,83,120). Sum of RGB (Red+Green+Blue) = 73+83+120=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #495378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495378 is #B6AC87. Grayscale: #545454. Windows color (decimal): -11971720 or 7885641. OLE color: 7885641.

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

Color convert

RGB7383120-
CMYK0.390.3100.53
HSL227.23º24.35%37.84%-
HSV(B)227.23º39.17%47.06%-
XYZ9.238.9619.01-
YUV84.23148.19119.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.45%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 120 (47.27% from 255) = 43.48%
R=26.45%
G=30.07%
B=43.48%

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
Decimal73831200.390.3100.53227.2324.3537.84
Hex495378271F035e31826
Octal11112317047370653433046
Binary1001001101001111110001001111111101101011110001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495378; }

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

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

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

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

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

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

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

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