Html Css Color HEX #49305A Scarlet Gum

📋 copy color: '#49305A'

red 73 ◦ green 48 ◦ blue 90

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

Shades of Scarlet Gum #49305A

Tints of Scarlet Gum #49305A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 42.65%

R = 34.6%
G = 22.75%
B = 42.65%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#49305A (or 0x49305A) is known color: Scarlet Gum. HEX triplet: 49, 30 and 5A. RGB value is (73,48,90). Sum of RGB (Red+Green+Blue) = 73+48+90=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #49305A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49305A is #B6CFA5. Grayscale: #3C3C3C. Windows color (decimal): -11980710 or 5910601. OLE color: 5910601.

HSL color Cylindrical-coordinate representation of color #49305A: hue angle of 275.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49305A is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 48 90 -
CMYK 0.19 0.47 0 0.65
HSL 275.71º 0.3% 0.27% -
HSV(B) 275.71º 0.47% 0.35% -
XYZ 5.65 4.27 10.2 -
YUV 60.26 144.78 137.08 -
System Red Green Blue C M Y K H S L
Decimal 73 48 90 0.19 0.47 0 0.65 275.71 0.3 0.27
Hex 49 30 5A 13 2F 0 41 114 1E 1B
Octal 111 60 132 23 57 0 101 424 36 33
Binary 1001001 110000 1011010 10011 101111 0 1000001 100010100 11110 11011

Color Harmonies of #49305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49305A

Black with #49305A

Text Example


Text Example

White with #49305A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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