#46284F

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

Shades of Scarlet Gum #46284F

Tints of Scarlet Gum #46284F

Color information

#46284F (or 0x46284F) is unknown color: approx Scarlet Gum. HEX triplet: 46, 28 and 4F. RGB value is (70,40,79). Sum of RGB (Red+Green+Blue) = 70+40+79=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 79 - color contains mainly: blue. Hex color #46284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46284F is #B9D7B0. Grayscale: #353535. Windows color (decimal): -12179377 or 5187654. OLE color: 5187654.

HSL color Cylindrical-coordinate representation of color #46284F: hue angle of 286.15º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46284F is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB704079-
CMYK0.110.4900.69
HSL286.15º32.77%23.33%-
HSV(B)286.15º49.37%30.98%-
XYZ4.73.387.8-
YUV53.42142.44139.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.04%
GREEN value IS 40 (16.02% from 255) = 21.16%
BLUE value IS 79 (31.25% from 255) = 41.80%
R=37.04%
G=21.16%
B=41.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7040790.110.4900.69286.1532.7723.33
Hex46284FB3104511e2117
Octal10650117136101054364127
Binary1000110101000100111110111100010100010110001111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46284F; }

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

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

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

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

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

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

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

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