#462E50

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

Shades of Scarlet Gum #462E50

Tints of Scarlet Gum #462E50

Color information

#462E50 (or 0x462E50) is unknown color: approx Scarlet Gum. HEX triplet: 46, 2E and 50. RGB value is (70,46,80). Sum of RGB (Red+Green+Blue) = 70+46+80=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 80 - color contains mainly: blue. Hex color #462E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462E50 is #B9D1AF. Grayscale: #383838. Windows color (decimal): -12177840 or 5254726. OLE color: 5254726.

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

Color convert

RGB704680-
CMYK0.120.4200.69
HSL282.35º26.98%24.71%-
HSV(B)282.35º42.5%31.37%-
XYZ4.953.848.07-
YUV57.05140.95137.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 46 (18.36% from 255) = 23.47%
BLUE value IS 80 (31.64% from 255) = 40.82%
R=35.71%
G=23.47%
B=40.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7046800.120.4200.69282.3526.9824.71
Hex462E50C2A04511a1b19
Octal10656120145201054323331
Binary100011010111010100001100101010010001011000110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,46,80); }

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

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

 a { background-color: rgb(70,46,80); }

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

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

 span { border-color: rgb(70,46,80); }

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