Html Css Color HEX #460956 Scarlet Gum

📋 copy color: '#460956'

red 70 ◦ green 9 ◦ blue 86

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

Shades of Scarlet Gum #460956

Tints of Scarlet Gum #460956

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.45%

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

R = 42.42%
G = 5.45%
B = 52.12%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#460956 (or 0x460956) is known color: Scarlet Gum. HEX triplet: 46, 09 and 56. RGB value is (70,9,86). Sum of RGB (Red+Green+Blue) = 70+9+86=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 86 (33.98% from 255 or 52.12% from 165); Max value from RGB is 86 - color contains mainly: blue. Hex color #460956 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460956 is #B9F6A9. Grayscale: #232323. Windows color (decimal): -12187306 or 5638470. OLE color: 5638470.

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

Color convert

RGB 70 9 86 -
CMYK 0.19 0.90 0 0.66
HSL 287.53º 0.81% 0.19% -
HSV(B) 287.53º 0.9% 0.34% -
XYZ 4.3 2.17 9 -
YUV 36.02 156.21 152.24 -
System Red Green Blue C M Y K H S L
Decimal 70 9 86 0.19 0.90 0 0.66 287.53 0.81 0.19
Hex 46 9 56 13 5A 0 42 120 51 13
Octal 106 11 126 23 132 0 102 440 121 23
Binary 1000110 1001 1010110 10011 1011010 0 1000010 100100000 1010001 10011

Color Harmonies of #460956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460956

Black with #460956

Text Example


Text Example

White with #460956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460956; }

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

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

background-color css

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

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

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

border-color css

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

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

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