Html Css Color HEX #4A205A Scarlet Gum

📋 copy color: '#4A205A'

red 74 ◦ green 32 ◦ blue 90

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

Shades of Scarlet Gum #4A205A

Tints of Scarlet Gum #4A205A

RGB

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

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

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

R = 37.76%
G = 16.33%
B = 45.92%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4A205A (or 0x4A205A) is known color: Scarlet Gum. HEX triplet: 4A, 20 and 5A. RGB value is (74,32,90). Sum of RGB (Red+Green+Blue) = 74+32+90=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #4A205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A205A is #B5DFA5. Grayscale: #323232. Windows color (decimal): -11919270 or 5906506. OLE color: 5906506.

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

Color convert

RGB 74 32 90 -
CMYK 0.18 0.64 0 0.65
HSL 283.45º 0.48% 0.24% -
HSV(B) 283.45º 0.64% 0.35% -
XYZ 5.19 3.23 10.02 -
YUV 51.17 149.91 144.28 -
System Red Green Blue C M Y K H S L
Decimal 74 32 90 0.18 0.64 0 0.65 283.45 0.48 0.24
Hex 4A 20 5A 12 40 0 41 11B 30 18
Octal 112 40 132 22 100 0 101 433 60 30
Binary 1001010 100000 1011010 10010 1000000 0 1000001 100011011 110000 11000

Color Harmonies of #4A205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A205A

Black with #4A205A

Text Example


Text Example

White with #4A205A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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