#49507A

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

Shades of Astronaut #49507A

Tints of Astronaut #49507A

Color information

#49507A (or 0x49507A) is unknown color: approx Astronaut. HEX triplet: 49, 50 and 7A. RGB value is (73,80,122). Sum of RGB (Red+Green+Blue) = 73+80+122=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 122 - color contains mainly: blue. Hex color #49507A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49507A is #B6AF85. Grayscale: #525252. Windows color (decimal): -11972486 or 8015945. OLE color: 8015945.

HSL color Cylindrical-coordinate representation of color #49507A: hue angle of 231.43º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49507A is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7380122-
CMYK0.400.3400.52
HSL231.43º25.13%38.24%-
HSV(B)231.43º40.16%47.84%-
XYZ9.138.5619.58-
YUV82.7150.18121.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 80 (31.64% from 255) = 29.09%
BLUE value IS 122 (48.05% from 255) = 44.36%
R=26.55%
G=29.09%
B=44.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73801220.400.3400.52231.4325.1338.24
Hex49507A2822034e71926
Octal11112017250420643473146
Binary10010011010000111101010100010001001101001110011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49507A; }

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

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

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

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

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

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

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

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