#46145B

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

Shades of Scarlet Gum #46145B

Tints of Scarlet Gum #46145B

Color information

#46145B (or 0x46145B) is unknown color: approx Scarlet Gum. HEX triplet: 46, 14 and 5B. RGB value is (70,20,91). Sum of RGB (Red+Green+Blue) = 70+20+91=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #46145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46145B is #B9EBA4. Grayscale: #2A2A2A. Windows color (decimal): -12184485 or 5968966. OLE color: 5968966.

HSL color Cylindrical-coordinate representation of color #46145B: hue angle of 282.25º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #46145B is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB702091-
CMYK0.230.7800.64
HSL282.25º63.96%21.76%-
HSV(B)282.25º78.02%35.69%-
XYZ4.662.5610.15-
YUV43.04155.06147.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 20 (8.20% from 255) = 11.05%
BLUE value IS 91 (35.94% from 255) = 50.28%
R=38.67%
G=11.05%
B=50.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7020910.230.7800.64282.2563.9621.76
Hex46145B174E04011a4016
Octal1062413327116010043210026
Binary100011010100101101110111100111001000000100011010100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46145B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46145B; }

 p { color: rgb(70,20,91); }

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

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

 a { background-color: rgb(70,20,91); }

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

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

 span { border-color: rgb(70,20,91); }

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