Html Css Color HEX #4A0859 Scarlet Gum

📋 copy color: '#4A0859'

red 74 ◦ green 8 ◦ blue 89

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

Shades of Scarlet Gum #4A0859

Tints of Scarlet Gum #4A0859

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.68%

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

R = 43.27%
G = 4.68%
B = 52.05%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4A0859 (or 0x4A0859) is known color: Scarlet Gum. HEX triplet: 4A, 08 and 59. RGB value is (74,8,89). Sum of RGB (Red+Green+Blue) = 74+8+89=171 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.27% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A0859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0859 is #B5F7A6. Grayscale: #242424. Windows color (decimal): -11925415 or 5834826. OLE color: 5834826.

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

Color convert

RGB 74 8 89 -
CMYK 0.17 0.91 0 0.65
HSL 288.89º 0.84% 0.19% -
HSV(B) 288.89º 0.91% 0.35% -
XYZ 4.71 2.35 9.66 -
YUV 36.97 157.37 154.41 -
System Red Green Blue C M Y K H S L
Decimal 74 8 89 0.17 0.91 0 0.65 288.89 0.84 0.19
Hex 4A 8 59 11 5B 0 41 121 54 13
Octal 112 10 131 21 133 0 101 441 124 23
Binary 1001010 1000 1011001 10001 1011011 0 1000001 100100001 1010100 10011

Color Harmonies of #4A0859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0859

Black with #4A0859

Text Example


Text Example

White with #4A0859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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