#461C56

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

Shades of Scarlet Gum #461C56

Tints of Scarlet Gum #461C56

Color information

#461C56 (or 0x461C56) is unknown color: approx Scarlet Gum. HEX triplet: 46, 1C and 56. RGB value is (70,28,86). Sum of RGB (Red+Green+Blue) = 70+28+86=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 86 (33.98% from 255 or 46.74% from 184); Max value from RGB is 86 - color contains mainly: blue. Hex color #461C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461C56 is #B9E3A9. Grayscale: #2E2E2E. Windows color (decimal): -12182442 or 5643334. OLE color: 5643334.

HSL color Cylindrical-coordinate representation of color #461C56: hue angle of 283.45º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #461C56 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB702886-
CMYK0.190.6700.66
HSL283.45º50.88%22.35%-
HSV(B)283.45º67.44%33.73%-
XYZ4.622.89.1-
YUV47.17149.91144.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.04%
GREEN value IS 28 (11.33% from 255) = 15.22%
BLUE value IS 86 (33.98% from 255) = 46.74%
R=38.04%
G=15.22%
B=46.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7028860.190.6700.66283.4550.8822.35
Hex461C56134304211b3316
Octal106341262310301024336326
Binary10001101110010101101001110000110100001010001101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461C56; }

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

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

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

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

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

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

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

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