Html Css Color HEX #4A2459 Scarlet Gum

📋 copy color: '#4A2459'

red 74 ◦ green 36 ◦ blue 89

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

Shades of Scarlet Gum #4A2459

Tints of Scarlet Gum #4A2459

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.09%

 BLUE value IS 89 (35.16% from 255) = 44.72%

R = 37.19%
G = 18.09%
B = 44.72%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4A2459 (or 0x4A2459) is known color: Scarlet Gum. HEX triplet: 4A, 24 and 59. RGB value is (74,36,89). Sum of RGB (Red+Green+Blue) = 74+36+89=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A2459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2459 is #B5DBA6. Grayscale: #353535. Windows color (decimal): -11918247 or 5841994. OLE color: 5841994.

HSL color Cylindrical-coordinate representation of color #4A2459: hue angle of 283.02º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A2459 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 36 89 -
CMYK 0.17 0.60 0 0.65
HSL 283.02º 0.42% 0.25% -
HSV(B) 283.02º 0.6% 0.35% -
XYZ 5.26 3.44 9.84 -
YUV 53.4 148.09 142.69 -
System Red Green Blue C M Y K H S L
Decimal 74 36 89 0.17 0.60 0 0.65 283.02 0.42 0.25
Hex 4A 24 59 11 3C 0 41 11B 2A 19
Octal 112 44 131 21 74 0 101 433 52 31
Binary 1001010 100100 1011001 10001 111100 0 1000001 100011011 101010 11001

Color Harmonies of #4A2459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2459

Black with #4A2459

Text Example


Text Example

White with #4A2459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,36,89); }

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

background-color css

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

 a { background-color: rgb(74,36,89); }

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

border-color css

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

 span { border-color: rgb(74,36,89); }

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