Html Css Color HEX #460656 Scarlet Gum

📋 copy color: '#460656'

red 70 ◦ green 6 ◦ blue 86

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

Shades of Scarlet Gum #460656

Tints of Scarlet Gum #460656

RGB

 RED value IS 70 (27.73% from 255) = 43.21%

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

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

R = 43.21%
G = 3.7%
B = 53.09%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#460656 (or 0x460656) is known color: Scarlet Gum. HEX triplet: 46, 06 and 56. RGB value is (70,6,86). Sum of RGB (Red+Green+Blue) = 70+6+86=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 86 (33.98% from 255 or 53.09% from 162); Max value from RGB is 86 - color contains mainly: blue. Hex color #460656 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460656 is #B9F9A9. Grayscale: #222222. Windows color (decimal): -12188074 or 5637702. OLE color: 5637702.

HSL color Cylindrical-coordinate representation of color #460656: hue angle of 288º 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 #460656 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 6 86 -
CMYK 0.19 0.93 0 0.66
HSL 288º 0.87% 0.18% -
HSV(B) 288º 0.93% 0.34% -
XYZ 4.27 2.1 8.99 -
YUV 34.26 157.2 153.5 -
System Red Green Blue C M Y K H S L
Decimal 70 6 86 0.19 0.93 0 0.66 288 0.87 0.18
Hex 46 6 56 13 5D 0 42 120 57 12
Octal 106 6 126 23 135 0 102 440 127 22
Binary 1000110 110 1010110 10011 1011101 0 1000010 100100000 1010111 10010

Color Harmonies of #460656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460656

Black with #460656

Text Example


Text Example

White with #460656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460656; }

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

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

background-color css

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

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

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

border-color css

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

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

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