#46045B

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

Shades of Scarlet Gum #46045B

Tints of Scarlet Gum #46045B

Color information

#46045B (or 0x46045B) is unknown color: approx Scarlet Gum. HEX triplet: 46, 04 and 5B. RGB value is (70,4,91). Sum of RGB (Red+Green+Blue) = 70+4+91=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #46045B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46045B is #B9FBA4. Grayscale: #212121. Windows color (decimal): -12188581 or 5964870. OLE color: 5964870.

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

Color convert

RGB70491-
CMYK0.230.9600.64
HSL285.52º91.58%18.63%-
HSV(B)285.52º95.6%35.69%-
XYZ4.462.1410.08-
YUV33.65160.37153.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.42%
GREEN value IS 4 (1.95% from 255) = 2.42%
BLUE value IS 91 (35.94% from 255) = 55.15%
R=42.42%
G=2.42%
B=55.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal704910.230.9600.64285.5291.5818.63
Hex4645B176004011e5c13
Octal106413327140010043613423
Binary1000110100101101110111110000001000000100011110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46045B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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