Html Css Color HEX #4A2456 Scarlet Gum

📋 copy color: '#4A2456'

red 74 ◦ green 36 ◦ blue 86

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

Shades of Scarlet Gum #4A2456

Tints of Scarlet Gum #4A2456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 43.88%

R = 37.76%
G = 18.37%
B = 43.88%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#4A2456 (or 0x4A2456) is known color: Scarlet Gum. HEX triplet: 4A, 24 and 56. RGB value is (74,36,86). Sum of RGB (Red+Green+Blue) = 74+36+86=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 86 - color contains mainly: blue. Hex color #4A2456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2456 is #B5DBA9. Grayscale: #343434. Windows color (decimal): -11918250 or 5645386. OLE color: 5645386.

HSL color Cylindrical-coordinate representation of color #4A2456: hue angle of 285.6º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A2456 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 74 36 86 -
CMYK 0.14 0.58 0 0.66
HSL 285.6º 0.41% 0.24% -
HSV(B) 285.6º 0.58% 0.34% -
XYZ 5.13 3.39 9.19 -
YUV 53.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 74 36 86 0.14 0.58 0 0.66 285.6 0.41 0.24
Hex 4A 24 56 E 3A 0 42 11E 29 18
Octal 112 44 126 16 72 0 102 436 51 30
Binary 1001010 100100 1010110 1110 111010 0 1000010 100011110 101001 11000

Color Harmonies of #4A2456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2456

Black with #4A2456

Text Example


Text Example

White with #4A2456

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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