#46125F

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

Shades of Scarlet Gum #46125F

Tints of Scarlet Gum #46125F

Color information

#46125F (or 0x46125F) is unknown color: approx Scarlet Gum. HEX triplet: 46, 12 and 5F. RGB value is (70,18,95). Sum of RGB (Red+Green+Blue) = 70+18+95=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 95 (37.5% from 255 or 51.91% from 183); Max value from RGB is 95 - color contains mainly: blue. Hex color #46125F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46125F is #B9EDA0. Grayscale: #2A2A2A. Windows color (decimal): -12184993 or 6230598. OLE color: 6230598.

HSL color Cylindrical-coordinate representation of color #46125F: hue angle of 280.52º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46125F is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB701895-
CMYK0.260.8100.63
HSL280.52º68.14%22.16%-
HSV(B)280.52º81.05%37.25%-
XYZ4.812.5611.07-
YUV42.33157.73147.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.25%
GREEN value IS 18 (7.42% from 255) = 9.84%
BLUE value IS 95 (37.5% from 255) = 51.91%
R=38.25%
G=9.84%
B=51.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7018950.260.8100.63280.5268.1422.16
Hex46125F1A5103F1194416
Octal106221373212107743110426
Binary10001101001010111111101010100010111111100011001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46125F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,18,95); }

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

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

 a { background-color: rgb(70,18,95); }

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

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

 span { border-color: rgb(70,18,95); }

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