Html Css Color HEX #49517A Astronaut

📋 copy color: '#49517A'

red 73 ◦ green 81 ◦ blue 122

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

Shades of Astronaut #49517A

Tints of Astronaut #49517A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 44.2%

R = 26.45%
G = 29.35%
B = 44.2%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#49517A (or 0x49517A) is known color: Astronaut. HEX triplet: 49, 51 and 7A. RGB value is (73,81,122). Sum of RGB (Red+Green+Blue) = 73+81+122=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 122 - color contains mainly: blue. Hex color #49517A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49517A is #B6AE85. Grayscale: #535353. Windows color (decimal): -11972230 or 8016201. OLE color: 8016201.

HSL color Cylindrical-coordinate representation of color #49517A: hue angle of 230.2º 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 #49517A is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 81 122 -
CMYK 0.40 0.34 0 0.52
HSL 230.2º 0.25% 0.38% -
HSV(B) 230.2º 0.4% 0.48% -
XYZ 9.2 8.71 19.61 -
YUV 83.28 149.85 120.67 -
System Red Green Blue C M Y K H S L
Decimal 73 81 122 0.40 0.34 0 0.52 230.2 0.25 0.38
Hex 49 51 7A 28 22 0 34 E6 19 26
Octal 111 121 172 50 42 0 64 346 31 46
Binary 1001001 1010001 1111010 101000 100010 0 110100 11100110 11001 100110

Color Harmonies of #49517A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49517A

Black with #49517A

Text Example


Text Example

White with #49517A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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