Html Css Color HEX #470656 Scarlet Gum

📋 copy color: '#470656'

red 71 ◦ green 6 ◦ blue 86

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

Shades of Scarlet Gum #470656

Tints of Scarlet Gum #470656

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.68%

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

R = 43.56%
G = 3.68%
B = 52.76%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#470656 (or 0x470656) is known color: Scarlet Gum. HEX triplet: 47, 06 and 56. RGB value is (71,6,86). Sum of RGB (Red+Green+Blue) = 71+6+86=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 86 (33.98% from 255 or 52.76% from 163); Max value from RGB is 86 - color contains mainly: blue. Hex color #470656 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470656 is #B8F9A9. Grayscale: #222222. Windows color (decimal): -12122538 or 5637703. OLE color: 5637703.

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

Color convert

RGB 71 6 86 -
CMYK 0.17 0.93 0 0.66
HSL 288.75º 0.87% 0.18% -
HSV(B) 288.75º 0.93% 0.34% -
XYZ 4.34 2.14 8.99 -
YUV 34.56 157.03 154 -
System Red Green Blue C M Y K H S L
Decimal 71 6 86 0.17 0.93 0 0.66 288.75 0.87 0.18
Hex 47 6 56 11 5D 0 42 121 57 12
Octal 107 6 126 21 135 0 102 441 127 22
Binary 1000111 110 1010110 10001 1011101 0 1000010 100100001 1010111 10010

Color Harmonies of #470656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470656

Black with #470656

Text Example


Text Example

White with #470656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470656; }

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

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

background-color css

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

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

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

border-color css

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

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

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