Html Css Color HEX #460256 Scarlet Gum

📋 copy color: '#460256'

red 70 ◦ green 2 ◦ blue 86

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

Shades of Scarlet Gum #460256

Tints of Scarlet Gum #460256

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

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

R = 44.3%
G = 1.27%
B = 54.43%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#460256 (or 0x460256) is known color: Scarlet Gum. HEX triplet: 46, 02 and 56. RGB value is (70,2,86). Sum of RGB (Red+Green+Blue) = 70+2+86=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 86 (33.98% from 255 or 54.43% from 158); Max value from RGB is 86 - color contains mainly: blue. Hex color #460256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460256 is #B9FDA9. Grayscale: #1F1F1F. Windows color (decimal): -12189098 or 5636678. OLE color: 5636678.

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

Color convert

RGB 70 2 86 -
CMYK 0.19 0.98 0 0.66
HSL 288.57º 0.95% 0.17% -
HSV(B) 288.57º 0.98% 0.34% -
XYZ 4.23 2.02 8.97 -
YUV 31.91 158.53 155.17 -
System Red Green Blue C M Y K H S L
Decimal 70 2 86 0.19 0.98 0 0.66 288.57 0.95 0.17
Hex 46 2 56 13 62 0 42 121 5F 11
Octal 106 2 126 23 142 0 102 441 137 21
Binary 1000110 10 1010110 10011 1100010 0 1000010 100100001 1011111 10001

Color Harmonies of #460256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460256

Black with #460256

Text Example


Text Example

White with #460256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460256; }

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

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

background-color css

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

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

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

border-color css

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

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

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