#463059

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

Shades of Scarlet Gum #463059

Tints of Scarlet Gum #463059

Color information

#463059 (or 0x463059) is unknown color: approx Scarlet Gum. HEX triplet: 46, 30 and 59. RGB value is (70,48,89). Sum of RGB (Red+Green+Blue) = 70+48+89=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #463059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463059 is #B9CFA6. Grayscale: #3B3B3B. Windows color (decimal): -12177319 or 5845062. OLE color: 5845062.

HSL color Cylindrical-coordinate representation of color #463059: hue angle of 272.2º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #463059 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB704889-
CMYK0.210.4600.65
HSL272.2º29.93%26.86%-
HSV(B)272.2º46.07%34.9%-
XYZ5.394.149.97-
YUV59.25144.79135.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.82%
GREEN value IS 48 (19.14% from 255) = 23.19%
BLUE value IS 89 (35.16% from 255) = 43.00%
R=33.82%
G=23.19%
B=43.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7048890.210.4600.65272.229.9326.86
Hex463059152E0411101e1b
Octal10660131255601014203633
Binary1000110110000101100110101101110010000011000100001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463059; }

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

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

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

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

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

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

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

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