#461E54

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

Shades of Scarlet Gum #461E54

Tints of Scarlet Gum #461E54

Color information

#461E54 (or 0x461E54) is unknown color: approx Scarlet Gum. HEX triplet: 46, 1E and 54. RGB value is (70,30,84). Sum of RGB (Red+Green+Blue) = 70+30+84=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 84 - color contains mainly: blue. Hex color #461E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461E54 is #B9E1AB. Grayscale: #2F2F2F. Windows color (decimal): -12181932 or 5512774. OLE color: 5512774.

HSL color Cylindrical-coordinate representation of color #461E54: hue angle of 284.44º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #461E54 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB703084-
CMYK0.170.6400.67
HSL284.44º47.37%22.35%-
HSV(B)284.44º64.29%32.94%-
XYZ4.592.878.7-
YUV48.12148.25143.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.04%
GREEN value IS 30 (12.11% from 255) = 16.30%
BLUE value IS 84 (33.20% from 255) = 45.65%
R=38.04%
G=16.30%
B=45.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7030840.170.6400.67284.4447.3722.35
Hex461E54114004311c2f16
Octal106361242110001034345726
Binary10001101111010101001000110000000100001110001110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,30,84); }

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

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

 a { background-color: rgb(70,30,84); }

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

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

 span { border-color: rgb(70,30,84); }

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