Html Css Color HEX #460156 Scarlet Gum

📋 copy color: '#460156'

red 70 ◦ green 1 ◦ blue 86

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

Shades of Scarlet Gum #460156

Tints of Scarlet Gum #460156

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

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

R = 44.59%
G = 0.64%
B = 54.78%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#460156 (or 0x460156) is known color: Scarlet Gum. HEX triplet: 46, 01 and 56. RGB value is (70,1,86). Sum of RGB (Red+Green+Blue) = 70+1+86=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 86 (33.98% from 255 or 54.78% from 157); Max value from RGB is 86 - color contains mainly: blue. Hex color #460156 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460156 is #B9FEA9. Grayscale: #1F1F1F. Windows color (decimal): -12189354 or 5636422. OLE color: 5636422.

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

Color convert

RGB 70 1 86 -
CMYK 0.19 0.99 0 0.66
HSL 288.71º 0.98% 0.17% -
HSV(B) 288.71º 0.99% 0.34% -
XYZ 4.22 2 8.97 -
YUV 31.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 70 1 86 0.19 0.99 0 0.66 288.71 0.98 0.17
Hex 46 1 56 13 63 0 42 121 62 11
Octal 106 1 126 23 143 0 102 441 142 21
Binary 1000110 1 1010110 10011 1100011 0 1000010 100100001 1100010 10001

Color Harmonies of #460156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460156

Black with #460156

Text Example


Text Example

White with #460156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460156; }

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

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

background-color css

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

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

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

border-color css

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

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

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