#462850

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

Shades of Scarlet Gum #462850

Tints of Scarlet Gum #462850

Color information

#462850 (or 0x462850) is unknown color: approx Scarlet Gum. HEX triplet: 46, 28 and 50. RGB value is (70,40,80). Sum of RGB (Red+Green+Blue) = 70+40+80=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 80 - color contains mainly: blue. Hex color #462850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462850 is #B9D7AF. Grayscale: #353535. Windows color (decimal): -12179376 or 5253190. OLE color: 5253190.

HSL color Cylindrical-coordinate representation of color #462850: hue angle of 285º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #462850 is Cyan = 0.12, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB704080-
CMYK0.120.500.69
HSL285º33.33%23.53%-
HSV(B)285º50%31.37%-
XYZ4.733.48-
YUV53.53142.94139.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.84%
GREEN value IS 40 (16.02% from 255) = 21.05%
BLUE value IS 80 (31.64% from 255) = 42.11%
R=36.84%
G=21.05%
B=42.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7040800.120.500.6928533.3323.53
Hex462850C3204511d2118
Octal10650120146201054354130
Binary1000110101000101000011001100100100010110001110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462850; }

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

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

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

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

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

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

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

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