Html Css Color HEX #4A1859 Scarlet Gum

📋 copy color: '#4A1859'

red 74 ◦ green 24 ◦ blue 89

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

Shades of Scarlet Gum #4A1859

Tints of Scarlet Gum #4A1859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.83%

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

R = 39.57%
G = 12.83%
B = 47.59%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4A1859 (or 0x4A1859) is known color: Scarlet Gum. HEX triplet: 4A, 18 and 59. RGB value is (74,24,89). Sum of RGB (Red+Green+Blue) = 74+24+89=187 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.57% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A1859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1859 is #B5E7A6. Grayscale: #2E2E2E. Windows color (decimal): -11921319 or 5838922. OLE color: 5838922.

HSL color Cylindrical-coordinate representation of color #4A1859: hue angle of 286.15º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A1859 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 24 89 -
CMYK 0.17 0.73 0 0.65
HSL 286.15º 0.58% 0.22% -
HSV(B) 286.15º 0.73% 0.35% -
XYZ 4.95 2.83 9.74 -
YUV 46.36 152.07 147.71 -
System Red Green Blue C M Y K H S L
Decimal 74 24 89 0.17 0.73 0 0.65 286.15 0.58 0.22
Hex 4A 18 59 11 49 0 41 11E 3A 16
Octal 112 30 131 21 111 0 101 436 72 26
Binary 1001010 11000 1011001 10001 1001001 0 1000001 100011110 111010 10110

Color Harmonies of #4A1859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1859

Black with #4A1859

Text Example


Text Example

White with #4A1859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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