#46255B

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

Shades of Scarlet Gum #46255B

Tints of Scarlet Gum #46255B

Color information

#46255B (or 0x46255B) is unknown color: approx Scarlet Gum. HEX triplet: 46, 25 and 5B. RGB value is (70,37,91). Sum of RGB (Red+Green+Blue) = 70+37+91=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #46255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46255B is #B9DAA4. Grayscale: #343434. Windows color (decimal): -12180133 or 5973318. OLE color: 5973318.

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

Color convert

RGB703791-
CMYK0.230.5900.64
HSL276.67º42.19%25.1%-
HSV(B)276.67º59.34%35.69%-
XYZ5.083.3810.28-
YUV53.02149.43140.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.35%
GREEN value IS 37 (14.84% from 255) = 18.69%
BLUE value IS 91 (35.94% from 255) = 45.96%
R=35.35%
G=18.69%
B=45.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7037910.230.5900.64276.6742.1925.1
Hex46255B173B0401152a19
Octal10645133277301004255231
Binary10001101001011011011101111110110100000010001010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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