#46215A

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

Shades of Scarlet Gum #46215A

Tints of Scarlet Gum #46215A

Color information

#46215A (or 0x46215A) is unknown color: approx Scarlet Gum. HEX triplet: 46, 21 and 5A. RGB value is (70,33,90). Sum of RGB (Red+Green+Blue) = 70+33+90=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #46215A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46215A is #B9DEA5. Grayscale: #323232. Windows color (decimal): -12181158 or 5906758. OLE color: 5906758.

HSL color Cylindrical-coordinate representation of color #46215A: hue angle of 278.95º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46215A is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB703390-
CMYK0.220.6300.65
HSL278.95º46.34%24.12%-
HSV(B)278.95º63.33%35.29%-
XYZ4.923.1310.02-
YUV50.56150.26141.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.27%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 90 (35.55% from 255) = 46.63%
R=36.27%
G=17.10%
B=46.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7033900.220.6300.65278.9546.3424.12
Hex46215A163F0411172e18
Octal10641132267701014275630
Binary10001101000011011010101101111110100000110001011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46215A; }

 p { color: rgb(70,33,90); }

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

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

 a { background-color: rgb(70,33,90); }

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

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

 span { border-color: rgb(70,33,90); }

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