Html Css Color HEX #4A3552 Scarlet Gum

📋 copy color: '#4A3552'

red 74 ◦ green 53 ◦ blue 82

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

Shades of Scarlet Gum #4A3552

Tints of Scarlet Gum #4A3552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.36%

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

R = 35.41%
G = 25.36%
B = 39.23%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4A3552 (or 0x4A3552) is known color: Scarlet Gum. HEX triplet: 4A, 35 and 52. RGB value is (74,53,82). Sum of RGB (Red+Green+Blue) = 74+53+82=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 82 - color contains mainly: blue. Hex color #4A3552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3552 is #B5CAAD. Grayscale: #3E3E3E. Windows color (decimal): -11913902 or 5387594. OLE color: 5387594.

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

Color convert

RGB 74 53 82 -
CMYK 0.10 0.35 0 0.68
HSL 283.45º 0.21% 0.26% -
HSV(B) 283.45º 0.35% 0.32% -
XYZ 5.62 4.61 8.58 -
YUV 62.59 138.96 136.14 -
System Red Green Blue C M Y K H S L
Decimal 74 53 82 0.10 0.35 0 0.68 283.45 0.21 0.26
Hex 4A 35 52 A 23 0 44 11B 15 1A
Octal 112 65 122 12 43 0 104 433 25 32
Binary 1001010 110101 1010010 1010 100011 0 1000100 100011011 10101 11010

Color Harmonies of #4A3552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3552

Black with #4A3552

Text Example


Text Example

White with #4A3552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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