#494E72

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

Shades of Astronaut #494E72

Tints of Astronaut #494E72

Color information

#494E72 (or 0x494E72) is unknown color: approx Astronaut. HEX triplet: 49, 4E and 72. RGB value is (73,78,114). Sum of RGB (Red+Green+Blue) = 73+78+114=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #494E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E72 is #B6B18D. Grayscale: #505050. Windows color (decimal): -11973006 or 7491145. OLE color: 7491145.

HSL color Cylindrical-coordinate representation of color #494E72: hue angle of 232.68º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #494E72 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7378114-
CMYK0.360.3200.55
HSL232.68º21.93%36.67%-
HSV(B)232.68º35.96%44.71%-
XYZ8.518.0817.03-
YUV80.61146.84122.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.55%
GREEN value IS 78 (30.86% from 255) = 29.43%
BLUE value IS 114 (44.92% from 255) = 43.02%
R=27.55%
G=29.43%
B=43.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73781140.360.3200.55232.6821.9336.67
Hex494E722420037e91625
Octal11111616244400673512645
Binary10010011001110111001010010010000001101111110100110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494E72; }

 p { color: rgb(73,78,114); }

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

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

 a { background-color: rgb(73,78,114); }

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

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

 span { border-color: rgb(73,78,114); }

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