Html Css Color HEX #472859 Scarlet Gum

📋 copy color: '#472859'

red 71 ◦ green 40 ◦ blue 89

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

Shades of Scarlet Gum #472859

Tints of Scarlet Gum #472859

RGB

 RED value IS 71 (28.13% from 255) = 35.5%

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

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

R = 35.5%
G = 20%
B = 44.5%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#472859 (or 0x472859) is known color: Scarlet Gum. HEX triplet: 47, 28 and 59. RGB value is (71,40,89). Sum of RGB (Red+Green+Blue) = 71+40+89=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: blue. Hex color #472859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472859 is #B8D7A6. Grayscale: #363636. Windows color (decimal): -12113831 or 5843015. OLE color: 5843015.

HSL color Cylindrical-coordinate representation of color #472859: hue angle of 277.96º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #472859 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 40 89 -
CMYK 0.20 0.55 0 0.65
HSL 277.96º 0.38% 0.25% -
HSV(B) 277.96º 0.55% 0.35% -
XYZ 5.16 3.58 9.87 -
YUV 54.86 147.27 139.52 -
System Red Green Blue C M Y K H S L
Decimal 71 40 89 0.20 0.55 0 0.65 277.96 0.38 0.25
Hex 47 28 59 14 37 0 41 116 26 19
Octal 107 50 131 24 67 0 101 426 46 31
Binary 1000111 101000 1011001 10100 110111 0 1000001 100010110 100110 11001

Color Harmonies of #472859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472859

Black with #472859

Text Example


Text Example

White with #472859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472859; }

 p { color: rgb(71,40,89); }

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

background-color css

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

 a { background-color: rgb(71,40,89); }

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

border-color css

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

 span { border-color: rgb(71,40,89); }

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