#460558

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

Shades of Scarlet Gum #460558

Tints of Scarlet Gum #460558

Color information

#460558 (or 0x460558) is unknown color: approx Scarlet Gum. HEX triplet: 46, 05 and 58. RGB value is (70,5,88). Sum of RGB (Red+Green+Blue) = 70+5+88=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 88 (34.77% from 255 or 53.99% from 163); Max value from RGB is 88 - color contains mainly: blue. Hex color #460558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460558 is #B9FAA7. Grayscale: #212121. Windows color (decimal): -12188328 or 5768518. OLE color: 5768518.

HSL color Cylindrical-coordinate representation of color #460558: hue angle of 286.99º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460558 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB70588-
CMYK0.200.9400.65
HSL286.99º89.25%18.24%-
HSV(B)286.99º94.32%34.51%-
XYZ4.342.129.41-
YUV33.9158.53153.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.94%
GREEN value IS 5 (2.34% from 255) = 3.07%
BLUE value IS 88 (34.77% from 255) = 53.99%
R=42.94%
G=3.07%
B=53.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal705880.200.9400.65286.9989.2518.24
Hex46558145E04111f5912
Octal106513024136010143713122
Binary1000110101101100010100101111001000001100011111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460558; }

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

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

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

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

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

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

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

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