Html Css Color HEX #49537C Astronaut

📋 copy color: '#49537C'

red 73 ◦ green 83 ◦ blue 124

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

Shades of Astronaut #49537C

Tints of Astronaut #49537C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.64%

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

R = 26.07%
G = 29.64%
B = 44.29%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49537C (or 0x49537C) is known color: Astronaut. HEX triplet: 49, 53 and 7C. RGB value is (73,83,124). Sum of RGB (Red+Green+Blue) = 73+83+124=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #49537C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49537C is #B6AC83. Grayscale: #545454. Windows color (decimal): -11971716 or 8147785. OLE color: 8147785.

HSL color Cylindrical-coordinate representation of color #49537C: hue angle of 228.24º 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 #49537C is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 83 124 -
CMYK 0.41 0.33 0 0.51
HSL 228.24º 0.26% 0.39% -
HSV(B) 228.24º 0.41% 0.49% -
XYZ 9.48 9.06 20.32 -
YUV 84.68 150.19 119.67 -
System Red Green Blue C M Y K H S L
Decimal 73 83 124 0.41 0.33 0 0.51 228.24 0.26 0.39
Hex 49 53 7C 29 21 0 33 E4 1A 27
Octal 111 123 174 51 41 0 63 344 32 47
Binary 1001001 1010011 1111100 101001 100001 0 110011 11100100 11010 100111

Color Harmonies of #49537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49537C

Black with #49537C

Text Example


Text Example

White with #49537C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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