Html Css Color HEX #4B205A Scarlet Gum

📋 copy color: '#4B205A'

red 75 ◦ green 32 ◦ blue 90

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

Shades of Scarlet Gum #4B205A

Tints of Scarlet Gum #4B205A

RGB

 RED value IS 75 (29.69% from 255) = 38.07%

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

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

R = 38.07%
G = 16.24%
B = 45.69%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4B205A (or 0x4B205A) is known color: Scarlet Gum. HEX triplet: 4B, 20 and 5A. RGB value is (75,32,90). Sum of RGB (Red+Green+Blue) = 75+32+90=197 (26% of max value = 765). Red value is 75 (29.69% from 255 or 38.07% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B205A is #B4DFA5. Grayscale: #333333. Windows color (decimal): -11853734 or 5906507. OLE color: 5906507.

HSL color Cylindrical-coordinate representation of color #4B205A: hue angle of 284.48º 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 #4B205A is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 75 32 90 -
CMYK 0.17 0.64 0 0.65
HSL 284.48º 0.48% 0.24% -
HSV(B) 284.48º 0.64% 0.35% -
XYZ 5.26 3.27 10.03 -
YUV 51.47 149.75 144.78 -
System Red Green Blue C M Y K H S L
Decimal 75 32 90 0.17 0.64 0 0.65 284.48 0.48 0.24
Hex 4B 20 5A 11 40 0 41 11C 30 18
Octal 113 40 132 21 100 0 101 434 60 30
Binary 1001011 100000 1011010 10001 1000000 0 1000001 100011100 110000 11000

Color Harmonies of #4B205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B205A

Black with #4B205A

Text Example


Text Example

White with #4B205A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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