Html Css Color HEX #4A3152 Scarlet Gum

📋 copy color: '#4A3152'

red 74 ◦ green 49 ◦ blue 82

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

Shades of Scarlet Gum #4A3152

Tints of Scarlet Gum #4A3152

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.9%

 BLUE value IS 82 (32.42% from 255) = 40%

R = 36.1%
G = 23.9%
B = 40%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4A3152 (or 0x4A3152) is known color: Scarlet Gum. HEX triplet: 4A, 31 and 52. RGB value is (74,49,82). Sum of RGB (Red+Green+Blue) = 74+49+82=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 82 - color contains mainly: blue. Hex color #4A3152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3152 is #B5CEAD. Grayscale: #3C3C3C. Windows color (decimal): -11914926 or 5386570. OLE color: 5386570.

HSL color Cylindrical-coordinate representation of color #4A3152: hue angle of 285.45º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A3152 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 74 49 82 -
CMYK 0.10 0.40 0 0.68
HSL 285.45º 0.25% 0.26% -
HSV(B) 285.45º 0.4% 0.32% -
XYZ 5.45 4.26 8.52 -
YUV 60.24 140.28 137.82 -
System Red Green Blue C M Y K H S L
Decimal 74 49 82 0.10 0.40 0 0.68 285.45 0.25 0.26
Hex 4A 31 52 A 28 0 44 11D 19 1A
Octal 112 61 122 12 50 0 104 435 31 32
Binary 1001010 110001 1010010 1010 101000 0 1000100 100011101 11001 11010

Color Harmonies of #4A3152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3152

Black with #4A3152

Text Example


Text Example

White with #4A3152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,49,82); }

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

background-color css

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

 a { background-color: rgb(74,49,82); }

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

border-color css

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

 span { border-color: rgb(74,49,82); }

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