Html Css Color HEX #460356 Scarlet Gum

📋 copy color: '#460356'

red 70 ◦ green 3 ◦ blue 86

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

Shades of Scarlet Gum #460356

Tints of Scarlet Gum #460356

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.89%

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

R = 44.03%
G = 1.89%
B = 54.09%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#460356 (or 0x460356) is known color: Scarlet Gum. HEX triplet: 46, 03 and 56. RGB value is (70,3,86). Sum of RGB (Red+Green+Blue) = 70+3+86=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 86 (33.98% from 255 or 54.09% from 159); Max value from RGB is 86 - color contains mainly: blue. Hex color #460356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460356 is #B9FCA9. Grayscale: #202020. Windows color (decimal): -12188842 or 5636934. OLE color: 5636934.

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

Color convert

RGB 70 3 86 -
CMYK 0.19 0.97 0 0.66
HSL 288.43º 0.93% 0.17% -
HSV(B) 288.43º 0.97% 0.34% -
XYZ 4.24 2.04 8.97 -
YUV 32.5 158.2 154.75 -
System Red Green Blue C M Y K H S L
Decimal 70 3 86 0.19 0.97 0 0.66 288.43 0.93 0.17
Hex 46 3 56 13 61 0 42 120 5D 11
Octal 106 3 126 23 141 0 102 440 135 21
Binary 1000110 11 1010110 10011 1100001 0 1000010 100100000 1011101 10001

Color Harmonies of #460356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460356

Black with #460356

Text Example


Text Example

White with #460356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460356; }

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

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

background-color css

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

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

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

border-color css

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

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

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