#462857

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

Shades of Scarlet Gum #462857

Tints of Scarlet Gum #462857

Color information

#462857 (or 0x462857) is unknown color: approx Scarlet Gum. HEX triplet: 46, 28 and 57. RGB value is (70,40,87). Sum of RGB (Red+Green+Blue) = 70+40+87=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #462857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462857 is #B9D7A8. Grayscale: #363636. Windows color (decimal): -12179369 or 5711942. OLE color: 5711942.

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

Color convert

RGB704087-
CMYK0.200.5400.66
HSL278.3º37.01%24.9%-
HSV(B)278.3º54.02%34.12%-
XYZ53.519.43-
YUV54.33146.44139.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.53%
GREEN value IS 40 (16.02% from 255) = 20.30%
BLUE value IS 87 (34.38% from 255) = 44.16%
R=35.53%
G=20.30%
B=44.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7040870.200.5400.66278.337.0124.9
Hex46285714360421162519
Octal10650127246601024264531
Binary10001101010001010111101001101100100001010001011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462857; }

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

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

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

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

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

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

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

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