#463157

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

Shades of Scarlet Gum #463157

Tints of Scarlet Gum #463157

Color information

#463157 (or 0x463157) is unknown color: approx Scarlet Gum. HEX triplet: 46, 31 and 57. RGB value is (70,49,87). Sum of RGB (Red+Green+Blue) = 70+49+87=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #463157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463157 is #B9CEA8. Grayscale: #3B3B3B. Windows color (decimal): -12177065 or 5714246. OLE color: 5714246.

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

Color convert

RGB704987-
CMYK0.200.4400.66
HSL273.16º27.94%26.67%-
HSV(B)273.16º43.68%34.12%-
XYZ5.344.199.54-
YUV59.61143.46135.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.98%
GREEN value IS 49 (19.53% from 255) = 23.79%
BLUE value IS 87 (34.38% from 255) = 42.23%
R=33.98%
G=23.79%
B=42.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7049870.200.4400.66273.1627.9426.67
Hex463157142C0421111c1b
Octal10661127245401024213433
Binary1000110110001101011110100101100010000101000100011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463157; }

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

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

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

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

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

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

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

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