Html Css Color HEX #460556 Scarlet Gum

📋 copy color: '#460556'

red 70 ◦ green 5 ◦ blue 86

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

Shades of Scarlet Gum #460556

Tints of Scarlet Gum #460556

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.11%

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

R = 43.48%
G = 3.11%
B = 53.42%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#460556 (or 0x460556) is known color: Scarlet Gum. HEX triplet: 46, 05 and 56. RGB value is (70,5,86). Sum of RGB (Red+Green+Blue) = 70+5+86=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 86 (33.98% from 255 or 53.42% from 161); Max value from RGB is 86 - color contains mainly: blue. Hex color #460556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460556 is #B9FAA9. Grayscale: #212121. Windows color (decimal): -12188330 or 5637446. OLE color: 5637446.

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

Color convert

RGB 70 5 86 -
CMYK 0.19 0.94 0 0.66
HSL 288.15º 0.89% 0.18% -
HSV(B) 288.15º 0.94% 0.34% -
XYZ 4.26 2.08 8.98 -
YUV 33.67 157.53 153.91 -
System Red Green Blue C M Y K H S L
Decimal 70 5 86 0.19 0.94 0 0.66 288.15 0.89 0.18
Hex 46 5 56 13 5E 0 42 120 59 12
Octal 106 5 126 23 136 0 102 440 131 22
Binary 1000110 101 1010110 10011 1011110 0 1000010 100100000 1011001 10010

Color Harmonies of #460556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460556

Black with #460556

Text Example


Text Example

White with #460556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460556; }

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

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

background-color css

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

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

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

border-color css

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

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

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