Html Css Color HEX #49547C Astronaut

📋 copy color: '#49547C'

red 73 ◦ green 84 ◦ blue 124

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

Shades of Astronaut #49547C

Tints of Astronaut #49547C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 44.13%

R = 25.98%
G = 29.89%
B = 44.13%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49547C (or 0x49547C) is known color: Astronaut. HEX triplet: 49, 54 and 7C. RGB value is (73,84,124). Sum of RGB (Red+Green+Blue) = 73+84+124=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #49547C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49547C is #B6AB83. Grayscale: #555555. Windows color (decimal): -11971460 or 8148041. OLE color: 8148041.

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

Color convert

RGB 73 84 124 -
CMYK 0.41 0.32 0 0.51
HSL 227.06º 0.26% 0.39% -
HSV(B) 227.06º 0.41% 0.49% -
XYZ 9.56 9.21 20.34 -
YUV 85.27 149.86 119.25 -
System Red Green Blue C M Y K H S L
Decimal 73 84 124 0.41 0.32 0 0.51 227.06 0.26 0.39
Hex 49 54 7C 29 20 0 33 E3 1A 27
Octal 111 124 174 51 40 0 63 343 32 47
Binary 1001001 1010100 1111100 101001 100000 0 110011 11100011 11010 100111

Color Harmonies of #49547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49547C

Black with #49547C

Text Example


Text Example

White with #49547C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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