#463057

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

Shades of Scarlet Gum #463057

Tints of Scarlet Gum #463057

Color information

#463057 (or 0x463057) is unknown color: approx Scarlet Gum. HEX triplet: 46, 30 and 57. RGB value is (70,48,87). Sum of RGB (Red+Green+Blue) = 70+48+87=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 87 - color contains mainly: blue. Hex color #463057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463057 is #B9CFA8. Grayscale: #3A3A3A. Windows color (decimal): -12177321 or 5713990. OLE color: 5713990.

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

Color convert

RGB704887-
CMYK0.200.4500.66
HSL273.85º28.89%26.47%-
HSV(B)273.85º44.83%34.12%-
XYZ5.34.19.53-
YUV59.02143.79135.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.15%
GREEN value IS 48 (19.14% from 255) = 23.41%
BLUE value IS 87 (34.38% from 255) = 42.44%
R=34.15%
G=23.41%
B=42.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7048870.200.4500.66273.8528.8926.47
Hex463057142D0421121d1a
Octal10660127245501024223532
Binary1000110110000101011110100101101010000101000100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463057; }

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

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

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

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

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

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

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

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