Html Css Color HEX #49285E Scarlet Gum

📋 copy color: '#49285E'

red 73 ◦ green 40 ◦ blue 94

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

Shades of Scarlet Gum #49285E

Tints of Scarlet Gum #49285E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.32%

 BLUE value IS 94 (37.11% from 255) = 45.41%

R = 35.27%
G = 19.32%
B = 45.41%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49285E (or 0x49285E) is known color: Scarlet Gum. HEX triplet: 49, 28 and 5E. RGB value is (73,40,94). Sum of RGB (Red+Green+Blue) = 73+40+94=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 94 - color contains mainly: blue. Hex color #49285E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49285E is #B6D7A1. Grayscale: #373737. Windows color (decimal): -11982754 or 6170697. OLE color: 6170697.

HSL color Cylindrical-coordinate representation of color #49285E: hue angle of 276.67º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49285E is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 40 94 -
CMYK 0.22 0.57 0 0.63
HSL 276.67º 0.4% 0.26% -
HSV(B) 276.67º 0.57% 0.37% -
XYZ 5.53 3.74 11.02 -
YUV 56.02 149.43 140.11 -
System Red Green Blue C M Y K H S L
Decimal 73 40 94 0.22 0.57 0 0.63 276.67 0.4 0.26
Hex 49 28 5E 16 39 0 3F 115 28 1A
Octal 111 50 136 26 71 0 77 425 50 32
Binary 1001001 101000 1011110 10110 111001 0 111111 100010101 101000 11010

Color Harmonies of #49285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49285E

Black with #49285E

Text Example


Text Example

White with #49285E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49285E; }

 p { color: rgb(73,40,94); }

 H1.HeaderClassName
 {
   color: #49285E;
 }
 .AnyTagClassName
 {
   color: #49285E;
 }
</style>

background-color css

<style>
 a { background-color: #49285E; }

 a { background-color: rgb(73,40,94); }

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

border-color css

<style>
 span { border-color: #49285E; }

 span { border-color: rgb(73,40,94); }

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