Html Css Color HEX #49547E Astronaut

📋 copy color: '#49547E'

red 73 ◦ green 84 ◦ blue 126

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

Shades of Astronaut #49547E

Tints of Astronaut #49547E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 44.52%

R = 25.8%
G = 29.68%
B = 44.52%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49547E (or 0x49547E) is known color: Astronaut. HEX triplet: 49, 54 and 7E. RGB value is (73,84,126). Sum of RGB (Red+Green+Blue) = 73+84+126=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 126 - color contains mainly: blue. Hex color #49547E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49547E is #B6AB81. Grayscale: #555555. Windows color (decimal): -11971458 or 8279113. OLE color: 8279113.

HSL color Cylindrical-coordinate representation of color #49547E: hue angle of 227.55º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49547E is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 84 126 -
CMYK 0.42 0.33 0 0.51
HSL 227.55º 0.27% 0.39% -
HSV(B) 227.55º 0.42% 0.49% -
XYZ 9.68 9.26 21.02 -
YUV 85.5 150.86 119.08 -
System Red Green Blue C M Y K H S L
Decimal 73 84 126 0.42 0.33 0 0.51 227.55 0.27 0.39
Hex 49 54 7E 2A 21 0 33 E4 1B 27
Octal 111 124 176 52 41 0 63 344 33 47
Binary 1001001 1010100 1111110 101010 100001 0 110011 11100100 11011 100111

Color Harmonies of #49547E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49547E

Black with #49547E

Text Example


Text Example

White with #49547E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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