#462056

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

Shades of Scarlet Gum #462056

Tints of Scarlet Gum #462056

Color information

#462056 (or 0x462056) is unknown color: approx Scarlet Gum. HEX triplet: 46, 20 and 56. RGB value is (70,32,86). Sum of RGB (Red+Green+Blue) = 70+32+86=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 86 - color contains mainly: blue. Hex color #462056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462056 is #B9DFA9. Grayscale: #313131. Windows color (decimal): -12181418 or 5644358. OLE color: 5644358.

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

Color convert

RGB703286-
CMYK0.190.6300.66
HSL282.22º45.76%23.14%-
HSV(B)282.22º62.79%33.73%-
XYZ4.723.019.14-
YUV49.52148.59142.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.23%
GREEN value IS 32 (12.89% from 255) = 17.02%
BLUE value IS 86 (33.98% from 255) = 45.74%
R=37.23%
G=17.02%
B=45.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7032860.190.6300.66282.2245.7623.14
Hex462056133F04211a2e17
Octal10640126237701024325627
Binary10001101000001010110100111111110100001010001101010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462056; }

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

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

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

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

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

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

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

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