Html Css Color HEX #49537A Astronaut

📋 copy color: '#49537A'

red 73 ◦ green 83 ◦ blue 122

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

Shades of Astronaut #49537A

Tints of Astronaut #49537A

RGB

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

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

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

R = 26.26%
G = 29.86%
B = 43.88%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#49537A (or 0x49537A) is known color: Astronaut. HEX triplet: 49, 53 and 7A. RGB value is (73,83,122). Sum of RGB (Red+Green+Blue) = 73+83+122=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 122 - color contains mainly: blue. Hex color #49537A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49537A is #B6AC85. Grayscale: #545454. Windows color (decimal): -11971718 or 8016713. OLE color: 8016713.

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

Color convert

RGB 73 83 122 -
CMYK 0.40 0.32 0 0.52
HSL 227.76º 0.25% 0.38% -
HSV(B) 227.76º 0.4% 0.48% -
XYZ 9.35 9.01 19.66 -
YUV 84.46 149.19 119.83 -
System Red Green Blue C M Y K H S L
Decimal 73 83 122 0.40 0.32 0 0.52 227.76 0.25 0.38
Hex 49 53 7A 28 20 0 34 E4 19 26
Octal 111 123 172 50 40 0 64 344 31 46
Binary 1001001 1010011 1111010 101000 100000 0 110100 11100100 11001 100110

Color Harmonies of #49537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49537A

Black with #49537A

Text Example


Text Example

White with #49537A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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