Html Css Color HEX #4A325C Scarlet Gum

📋 copy color: '#4A325C'

red 74 ◦ green 50 ◦ blue 92

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

Shades of Scarlet Gum #4A325C

Tints of Scarlet Gum #4A325C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.59%

R = 34.26%
G = 23.15%
B = 42.59%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4A325C (or 0x4A325C) is known color: Scarlet Gum. HEX triplet: 4A, 32 and 5C. RGB value is (74,50,92). Sum of RGB (Red+Green+Blue) = 74+50+92=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 92 - color contains mainly: blue. Hex color #4A325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A325C is #B5CDA3. Grayscale: #3D3D3D. Windows color (decimal): -11914660 or 6042186. OLE color: 6042186.

HSL color Cylindrical-coordinate representation of color #4A325C: hue angle of 274.29º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A325C is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 74 50 92 -
CMYK 0.20 0.46 0 0.64
HSL 274.29º 0.3% 0.28% -
HSV(B) 274.29º 0.46% 0.36% -
XYZ 5.9 4.51 10.68 -
YUV 61.96 144.95 136.58 -
System Red Green Blue C M Y K H S L
Decimal 74 50 92 0.20 0.46 0 0.64 274.29 0.3 0.28
Hex 4A 32 5C 14 2E 0 40 112 1E 1C
Octal 112 62 134 24 56 0 100 422 36 34
Binary 1001010 110010 1011100 10100 101110 0 1000000 100010010 11110 11100

Color Harmonies of #4A325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A325C

Black with #4A325C

Text Example


Text Example

White with #4A325C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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