Html Css Color HEX #4A3252 Scarlet Gum

📋 copy color: '#4A3252'

red 74 ◦ green 50 ◦ blue 82

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

Shades of Scarlet Gum #4A3252

Tints of Scarlet Gum #4A3252

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.27%

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

R = 35.92%
G = 24.27%
B = 39.81%

CMYK

 C value IS 0.10

 M value IS 0.39

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4A3252 (or 0x4A3252) is known color: Scarlet Gum. HEX triplet: 4A, 32 and 52. RGB value is (74,50,82). Sum of RGB (Red+Green+Blue) = 74+50+82=206 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.92% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 82 - color contains mainly: blue. Hex color #4A3252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3252 is #B5CDAD. Grayscale: #3C3C3C. Windows color (decimal): -11914670 or 5386826. OLE color: 5386826.

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

Color convert

RGB 74 50 82 -
CMYK 0.10 0.39 0 0.68
HSL 285º 0.24% 0.26% -
HSV(B) 285º 0.39% 0.32% -
XYZ 5.49 4.35 8.53 -
YUV 60.82 139.95 137.4 -
System Red Green Blue C M Y K H S L
Decimal 74 50 82 0.10 0.39 0 0.68 285 0.24 0.26
Hex 4A 32 52 A 27 0 44 11D 18 1A
Octal 112 62 122 12 47 0 104 435 30 32
Binary 1001010 110010 1010010 1010 100111 0 1000100 100011101 11000 11010

Color Harmonies of #4A3252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3252

Black with #4A3252

Text Example


Text Example

White with #4A3252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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