Html Css Color HEX #4A2C5B Scarlet Gum

📋 copy color: '#4A2C5B'

red 74 ◦ green 44 ◦ blue 91

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

Shades of Scarlet Gum #4A2C5B

Tints of Scarlet Gum #4A2C5B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.05%

 BLUE value IS 91 (35.94% from 255) = 43.54%

R = 35.41%
G = 21.05%
B = 43.54%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4A2C5B (or 0x4A2C5B) is known color: Scarlet Gum. HEX triplet: 4A, 2C and 5B. RGB value is (74,44,91). Sum of RGB (Red+Green+Blue) = 74+44+91=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A2C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2C5B is #B5D3A4. Grayscale: #3A3A3A. Windows color (decimal): -11916197 or 5975114. OLE color: 5975114.

HSL color Cylindrical-coordinate representation of color #4A2C5B: hue angle of 278.3º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A2C5B is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 74 44 91 -
CMYK 0.19 0.52 0 0.64
HSL 278.3º 0.35% 0.26% -
HSV(B) 278.3º 0.52% 0.36% -
XYZ 5.61 4.01 10.38 -
YUV 58.33 146.44 139.18 -
System Red Green Blue C M Y K H S L
Decimal 74 44 91 0.19 0.52 0 0.64 278.3 0.35 0.26
Hex 4A 2C 5B 13 34 0 40 116 23 1A
Octal 112 54 133 23 64 0 100 426 43 32
Binary 1001010 101100 1011011 10011 110100 0 1000000 100010110 100011 11010

Color Harmonies of #4A2C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2C5B

Black with #4A2C5B

Text Example


Text Example

White with #4A2C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,44,91); }

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

background-color css

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

 a { background-color: rgb(74,44,91); }

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

border-color css

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

 span { border-color: rgb(74,44,91); }

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