#462D4E

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

Shades of Scarlet Gum #462D4E

Tints of Scarlet Gum #462D4E

Color information

#462D4E (or 0x462D4E) is unknown color: approx Scarlet Gum. HEX triplet: 46, 2D and 4E. RGB value is (70,45,78). Sum of RGB (Red+Green+Blue) = 70+45+78=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 78 - color contains mainly: blue. Hex color #462D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462D4E is #B9D2B1. Grayscale: #383838. Windows color (decimal): -12178098 or 5123398. OLE color: 5123398.

HSL color Cylindrical-coordinate representation of color #462D4E: hue angle of 285.45º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #462D4E is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB704578-
CMYK0.100.4200.69
HSL285.45º26.83%24.12%-
HSV(B)285.45º42.31%30.59%-
XYZ4.843.737.67-
YUV56.24140.28137.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.27%
GREEN value IS 45 (17.97% from 255) = 23.32%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=36.27%
G=23.32%
B=40.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7045780.100.4200.69285.4526.8324.12
Hex462D4EA2A04511d1b18
Octal10655116125201054353330
Binary100011010110110011101010101010010001011000111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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