#460B58

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

Shades of Scarlet Gum #460B58

Tints of Scarlet Gum #460B58

Color information

#460B58 (or 0x460B58) is unknown color: approx Scarlet Gum. HEX triplet: 46, 0B and 58. RGB value is (70,11,88). Sum of RGB (Red+Green+Blue) = 70+11+88=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 11 (4.69% from 255 or 6.51% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #460B58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460B58 is #B9F4A7. Grayscale: #252525. Windows color (decimal): -12186792 or 5770054. OLE color: 5770054.

HSL color Cylindrical-coordinate representation of color #460B58: hue angle of 285.97º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #460B58 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB701188-
CMYK0.200.8800.65
HSL285.97º77.78%19.41%-
HSV(B)285.97º87.5%34.51%-
XYZ4.412.259.43-
YUV37.42156.55151.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.42%
GREEN value IS 11 (4.69% from 255) = 6.51%
BLUE value IS 88 (34.77% from 255) = 52.07%
R=41.42%
G=6.51%
B=52.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7011880.200.8800.65285.9777.7819.41
Hex46B58145804111e4e13
Octal1061313024130010143611623
Binary10001101011101100010100101100001000001100011110100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460B58; }

 p { color: rgb(70,11,88); }

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

<style>
 a { background-color: #460B58; }

 a { background-color: rgb(70,11,88); }

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

<style>
 span { border-color: #460B58; }

 span { border-color: rgb(70,11,88); }

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