Html Css Color HEX #470256 Scarlet Gum

📋 copy color: '#470256'

red 71 ◦ green 2 ◦ blue 86

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

Shades of Scarlet Gum #470256

Tints of Scarlet Gum #470256

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.26%

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

R = 44.65%
G = 1.26%
B = 54.09%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#470256 (or 0x470256) is known color: Scarlet Gum. HEX triplet: 47, 02 and 56. RGB value is (71,2,86). Sum of RGB (Red+Green+Blue) = 71+2+86=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 86 (33.98% from 255 or 54.09% from 159); Max value from RGB is 86 - color contains mainly: blue. Hex color #470256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470256 is #B8FDA9. Grayscale: #1F1F1F. Windows color (decimal): -12123562 or 5636679. OLE color: 5636679.

HSL color Cylindrical-coordinate representation of color #470256: hue angle of 289.29º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #470256 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 2 86 -
CMYK 0.17 0.98 0 0.66
HSL 289.29º 0.95% 0.17% -
HSV(B) 289.29º 0.98% 0.34% -
XYZ 4.3 2.05 8.97 -
YUV 32.21 158.36 155.67 -
System Red Green Blue C M Y K H S L
Decimal 71 2 86 0.17 0.98 0 0.66 289.29 0.95 0.17
Hex 47 2 56 11 62 0 42 121 5F 11
Octal 107 2 126 21 142 0 102 441 137 21
Binary 1000111 10 1010110 10001 1100010 0 1000010 100100001 1011111 10001

Color Harmonies of #470256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470256

Black with #470256

Text Example


Text Example

White with #470256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470256; }

 p { color: rgb(71,2,86); }

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

background-color css

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

 a { background-color: rgb(71,2,86); }

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

border-color css

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

 span { border-color: rgb(71,2,86); }

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