#461C5D

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

Shades of Scarlet Gum #461C5D

Tints of Scarlet Gum #461C5D

Color information

#461C5D (or 0x461C5D) is unknown color: approx Scarlet Gum. HEX triplet: 46, 1C and 5D. RGB value is (70,28,93). Sum of RGB (Red+Green+Blue) = 70+28+93=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #461C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461C5D is #B9E3A2. Grayscale: #2F2F2F. Windows color (decimal): -12182435 or 6102086. OLE color: 6102086.

HSL color Cylindrical-coordinate representation of color #461C5D: hue angle of 278.77º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461C5D is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB702893-
CMYK0.250.7000.64
HSL278.77º53.72%23.73%-
HSV(B)278.77º69.89%36.47%-
XYZ4.922.9210.66-
YUV47.97153.41143.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.65%
GREEN value IS 28 (11.33% from 255) = 14.66%
BLUE value IS 93 (36.72% from 255) = 48.69%
R=36.65%
G=14.66%
B=48.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7028930.250.7000.64278.7753.7223.73
Hex461C5D19460401173618
Octal106341353110601004276630
Binary10001101110010111011100110001100100000010001011111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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