Html Css Color HEX #49305B Scarlet Gum

📋 copy color: '#49305B'

red 73 ◦ green 48 ◦ blue 91

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

Shades of Scarlet Gum #49305B

Tints of Scarlet Gum #49305B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.64%

 BLUE value IS 91 (35.94% from 255) = 42.92%

R = 34.43%
G = 22.64%
B = 42.92%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49305B (or 0x49305B) is known color: Scarlet Gum. HEX triplet: 49, 30 and 5B. RGB value is (73,48,91). Sum of RGB (Red+Green+Blue) = 73+48+91=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 91 - color contains mainly: blue. Hex color #49305B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49305B is #B6CFA4. Grayscale: #3C3C3C. Windows color (decimal): -11980709 or 5976137. OLE color: 5976137.

HSL color Cylindrical-coordinate representation of color #49305B: hue angle of 274.88º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49305B is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 48 91 -
CMYK 0.20 0.47 0 0.64
HSL 274.88º 0.31% 0.27% -
HSV(B) 274.88º 0.47% 0.36% -
XYZ 5.69 4.29 10.42 -
YUV 60.38 145.28 137 -
System Red Green Blue C M Y K H S L
Decimal 73 48 91 0.20 0.47 0 0.64 274.88 0.31 0.27
Hex 49 30 5B 14 2F 0 40 113 1F 1B
Octal 111 60 133 24 57 0 100 423 37 33
Binary 1001001 110000 1011011 10100 101111 0 1000000 100010011 11111 11011

Color Harmonies of #49305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49305B

Black with #49305B

Text Example


Text Example

White with #49305B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49305B; }

 p { color: rgb(73,48,91); }

 H1.HeaderClassName
 {
   color: #49305B;
 }
 .AnyTagClassName
 {
   color: #49305B;
 }
</style>

background-color css

<style>
 a { background-color: #49305B; }

 a { background-color: rgb(73,48,91); }

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

border-color css

<style>
 span { border-color: #49305B; }

 span { border-color: rgb(73,48,91); }

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