Html Css Color HEX #4A2560 Scarlet Gum

📋 copy color: '#4A2560'

red 74 ◦ green 37 ◦ blue 96

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

Shades of Scarlet Gum #4A2560

Tints of Scarlet Gum #4A2560

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.87%

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

R = 35.75%
G = 17.87%
B = 46.38%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4A2560 (or 0x4A2560) is known color: Scarlet Gum. HEX triplet: 4A, 25 and 60. RGB value is (74,37,96). Sum of RGB (Red+Green+Blue) = 74+37+96=207 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.75% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #4A2560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2560 is #B5DA9F. Grayscale: #363636. Windows color (decimal): -11917984 or 6301002. OLE color: 6301002.

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

Color convert

RGB 74 37 96 -
CMYK 0.23 0.61 0 0.62
HSL 277.63º 0.44% 0.26% -
HSV(B) 277.63º 0.61% 0.38% -
XYZ 5.6 3.62 11.47 -
YUV 54.79 151.26 141.7 -
System Red Green Blue C M Y K H S L
Decimal 74 37 96 0.23 0.61 0 0.62 277.63 0.44 0.26
Hex 4A 25 60 17 3D 0 3E 116 2C 1A
Octal 112 45 140 27 75 0 76 426 54 32
Binary 1001010 100101 1100000 10111 111101 0 111110 100010110 101100 11010

Color Harmonies of #4A2560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2560

Black with #4A2560

Text Example


Text Example

White with #4A2560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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