Html Css Color HEX #4A205B Scarlet Gum

📋 copy color: '#4A205B'

red 74 ◦ green 32 ◦ blue 91

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

Shades of Scarlet Gum #4A205B

Tints of Scarlet Gum #4A205B

RGB

 RED value IS 74 (29.3% from 255) = 37.56%

 GREEN value IS 32 (12.89% from 255) = 16.24%

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

R = 37.56%
G = 16.24%
B = 46.19%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4A205B (or 0x4A205B) is known color: Scarlet Gum. HEX triplet: 4A, 20 and 5B. RGB value is (74,32,91). Sum of RGB (Red+Green+Blue) = 74+32+91=197 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.56% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A205B is #B5DFA4. Grayscale: #333333. Windows color (decimal): -11919269 or 5972042. OLE color: 5972042.

HSL color Cylindrical-coordinate representation of color #4A205B: hue angle of 282.71º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A205B is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 74 32 91 -
CMYK 0.19 0.65 0 0.64
HSL 282.71º 0.48% 0.24% -
HSV(B) 282.71º 0.65% 0.36% -
XYZ 5.23 3.24 10.25 -
YUV 51.28 150.41 144.2 -
System Red Green Blue C M Y K H S L
Decimal 74 32 91 0.19 0.65 0 0.64 282.71 0.48 0.24
Hex 4A 20 5B 13 41 0 40 11B 30 18
Octal 112 40 133 23 101 0 100 433 60 30
Binary 1001010 100000 1011011 10011 1000001 0 1000000 100011011 110000 11000

Color Harmonies of #4A205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A205B

Black with #4A205B

Text Example


Text Example

White with #4A205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A205B; }

 p { color: rgb(74,32,91); }

 H1.HeaderClassName
 {
   color: #4A205B;
 }
 .AnyTagClassName
 {
   color: #4A205B;
 }
</style>

background-color css

<style>
 a { background-color: #4A205B; }

 a { background-color: rgb(74,32,91); }

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

border-color css

<style>
 span { border-color: #4A205B; }

 span { border-color: rgb(74,32,91); }

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