#495279

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

Shades of Astronaut #495279

Tints of Astronaut #495279

Color information

#495279 (or 0x495279) is unknown color: approx Astronaut. HEX triplet: 49, 52 and 79. RGB value is (73,82,121). Sum of RGB (Red+Green+Blue) = 73+82+121=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 121 - color contains mainly: blue. Hex color #495279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495279 is #B6AD86. Grayscale: #535353. Windows color (decimal): -11971975 or 7950921. OLE color: 7950921.

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

Color convert

RGB7382121-
CMYK0.400.3200.53
HSL228.75º24.74%38.04%-
HSV(B)228.75º39.67%47.45%-
XYZ9.228.8319.31-
YUV83.76149.02120.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.45%
GREEN value IS 82 (32.42% from 255) = 29.71%
BLUE value IS 121 (47.66% from 255) = 43.84%
R=26.45%
G=29.71%
B=43.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73821210.400.3200.53228.7524.7438.04
Hex4952792820035e51926
Octal11112217150400653453146
Binary10010011010010111100110100010000001101011110010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495279; }

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

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

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

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

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

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

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

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