#462856

Color #462856 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #462856

Tints of Scarlet Gum #462856

Color information

#462856 (or 0x462856) is unknown color: approx Scarlet Gum. HEX triplet: 46, 28 and 56. RGB value is (70,40,86). Sum of RGB (Red+Green+Blue) = 70+40+86=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 86 - color contains mainly: blue. Hex color #462856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462856 is #B9D7A9. Grayscale: #363636. Windows color (decimal): -12179370 or 5646406. OLE color: 5646406.

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

Color convert

RGB704086-
CMYK0.190.5300.66
HSL279.13º36.51%24.71%-
HSV(B)279.13º53.49%33.73%-
XYZ4.963.499.22-
YUV54.21145.94139.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 40 (16.02% from 255) = 20.41%
BLUE value IS 86 (33.98% from 255) = 43.88%
R=35.71%
G=20.41%
B=43.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7040860.190.5300.66279.1336.5124.71
Hex46285613350421172519
Octal10650126236501024274531
Binary10001101010001010110100111101010100001010001011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462856; }

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

 H1.HeaderClassName
 {
   color: #462856;
 }
 .AnyTagClassName
 {
   color: #462856;
 }
</style>
background-color css

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

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

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

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

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

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