Html Css Color HEX #49517F Astronaut

📋 copy color: '#49517F'

red 73 ◦ green 81 ◦ blue 127

#49517F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut #49517F

Tints of Astronaut #49517F

RGB

 RED value IS 73 (28.91% from 255) = 25.98%

 GREEN value IS 81 (32.03% from 255) = 28.83%

 BLUE value IS 127 (50% from 255) = 45.2%

R = 25.98%
G = 28.83%
B = 45.2%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#49517F (or 0x49517F) is known color: Astronaut. HEX triplet: 49, 51 and 7F. RGB value is (73,81,127). Sum of RGB (Red+Green+Blue) = 73+81+127=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 127 - color contains mainly: blue. Hex color #49517F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49517F is #B6AE80. Grayscale: #535353. Windows color (decimal): -11972225 or 8343881. OLE color: 8343881.

HSL color Cylindrical-coordinate representation of color #49517F: hue angle of 231.11º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #49517F is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 81 127 -
CMYK 0.43 0.36 0 0.50
HSL 231.11º 0.27% 0.39% -
HSV(B) 231.11º 0.43% 0.5% -
XYZ 9.52 8.83 21.28 -
YUV 83.85 152.35 120.26 -
System Red Green Blue C M Y K H S L
Decimal 73 81 127 0.43 0.36 0 0.50 231.11 0.27 0.39
Hex 49 51 7F 2B 24 0 32 E7 1B 27
Octal 111 121 177 53 44 0 62 347 33 47
Binary 1001001 1010001 1111111 101011 100100 0 110010 11100111 11011 100111

Color Harmonies of #49517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49517F

Black with #49517F

Text Example


Text Example

White with #49517F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49517F; }

 p { color: rgb(73,81,127); }

 H1.HeaderClassName
 {
   color: #49517F;
 }
 .AnyTagClassName
 {
   color: #49517F;
 }
</style>

background-color css

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

 a { background-color: rgb(73,81,127); }

 div.DivClassName
 {
   background-color: #49517F;
 }
 .BgClassName
 {
   background-color: #49517F;
 }
</style>

border-color css

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

 span { border-color: rgb(73,81,127); }

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