Html Css Color HEX #4A2860 Scarlet Gum

📋 copy color: '#4A2860'

red 74 ◦ green 40 ◦ blue 96

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

Shades of Scarlet Gum #4A2860

Tints of Scarlet Gum #4A2860

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.05%

 BLUE value IS 96 (37.89% from 255) = 45.71%

R = 35.24%
G = 19.05%
B = 45.71%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4A2860 (or 0x4A2860) is known color: Scarlet Gum. HEX triplet: 4A, 28 and 60. RGB value is (74,40,96). Sum of RGB (Red+Green+Blue) = 74+40+96=210 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.24% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #4A2860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2860 is #B5D79F. Grayscale: #383838. Windows color (decimal): -11917216 or 6301770. OLE color: 6301770.

HSL color Cylindrical-coordinate representation of color #4A2860: hue angle of 276.43º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A2860 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 40 96 -
CMYK 0.23 0.58 0 0.62
HSL 276.43º 0.41% 0.27% -
HSV(B) 276.43º 0.58% 0.38% -
XYZ 5.69 3.82 11.5 -
YUV 56.55 150.26 140.45 -
System Red Green Blue C M Y K H S L
Decimal 74 40 96 0.23 0.58 0 0.62 276.43 0.41 0.27
Hex 4A 28 60 17 3A 0 3E 114 29 1B
Octal 112 50 140 27 72 0 76 424 51 33
Binary 1001010 101000 1100000 10111 111010 0 111110 100010100 101001 11011

Color Harmonies of #4A2860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2860

Black with #4A2860

Text Example


Text Example

White with #4A2860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,40,96); }

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

background-color css

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

 a { background-color: rgb(74,40,96); }

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

border-color css

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

 span { border-color: rgb(74,40,96); }

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