#462D5D

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

Shades of Scarlet Gum #462D5D

Tints of Scarlet Gum #462D5D

Color information

#462D5D (or 0x462D5D) is unknown color: approx Scarlet Gum. HEX triplet: 46, 2D and 5D. RGB value is (70,45,93). Sum of RGB (Red+Green+Blue) = 70+45+93=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #462D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462D5D is #B9D2A2. Grayscale: #393939. Windows color (decimal): -12178083 or 6106438. OLE color: 6106438.

HSL color Cylindrical-coordinate representation of color #462D5D: hue angle of 271.25º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #462D5D is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB704593-
CMYK0.250.5200.64
HSL271.25º34.78%27.06%-
HSV(B)271.25º51.61%36.47%-
XYZ5.443.9710.84-
YUV57.95147.78136.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.65%
GREEN value IS 45 (17.97% from 255) = 21.63%
BLUE value IS 93 (36.72% from 255) = 44.71%
R=33.65%
G=21.63%
B=44.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7045930.250.5200.64271.2534.7827.06
Hex462D5D193404010f231b
Octal10655135316401004174333
Binary10001101011011011101110011101000100000010000111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462D5D; }

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

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

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

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

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

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

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

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