Html Css Color HEX #49547A Astronaut

📋 copy color: '#49547A'

red 73 ◦ green 84 ◦ blue 122

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

Shades of Astronaut #49547A

Tints of Astronaut #49547A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.11%

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

R = 26.16%
G = 30.11%
B = 43.73%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#49547A (or 0x49547A) is known color: Astronaut. HEX triplet: 49, 54 and 7A. RGB value is (73,84,122). Sum of RGB (Red+Green+Blue) = 73+84+122=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 122 - color contains mainly: blue. Hex color #49547A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49547A is #B6AB85. Grayscale: #545454. Windows color (decimal): -11971462 or 8016969. OLE color: 8016969.

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

Color convert

RGB 73 84 122 -
CMYK 0.40 0.31 0 0.52
HSL 226.53º 0.25% 0.38% -
HSV(B) 226.53º 0.4% 0.48% -
XYZ 9.43 9.16 19.68 -
YUV 85.04 148.86 119.41 -
System Red Green Blue C M Y K H S L
Decimal 73 84 122 0.40 0.31 0 0.52 226.53 0.25 0.38
Hex 49 54 7A 28 1F 0 34 E3 19 26
Octal 111 124 172 50 37 0 64 343 31 46
Binary 1001001 1010100 1111010 101000 11111 0 110100 11100011 11001 100110

Color Harmonies of #49547A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49547A

Black with #49547A

Text Example


Text Example

White with #49547A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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