#461D5E

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

Shades of Scarlet Gum #461D5E

Tints of Scarlet Gum #461D5E

Color information

#461D5E (or 0x461D5E) is unknown color: approx Scarlet Gum. HEX triplet: 46, 1D and 5E. RGB value is (70,29,94). Sum of RGB (Red+Green+Blue) = 70+29+94=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #461D5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461D5E is #B9E2A1. Grayscale: #303030. Windows color (decimal): -12182178 or 6167878. OLE color: 6167878.

HSL color Cylindrical-coordinate representation of color #461D5E: hue angle of 277.85º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #461D5E is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB702994-
CMYK0.260.6900.63
HSL277.85º52.85%24.12%-
HSV(B)277.85º69.15%36.86%-
XYZ4.992.9910.9-
YUV48.67153.58143.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.27%
GREEN value IS 29 (11.72% from 255) = 15.03%
BLUE value IS 94 (37.11% from 255) = 48.70%
R=36.27%
G=15.03%
B=48.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7029940.260.6900.63277.8552.8524.12
Hex461D5E1A4503F1163518
Octal10635136321050774266530
Binary1000110111011011110110101000101011111110001011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,29,94); }

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

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

 a { background-color: rgb(70,29,94); }

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

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

 span { border-color: rgb(70,29,94); }

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