#460958

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

Shades of Scarlet Gum #460958

Tints of Scarlet Gum #460958

Color information

#460958 (or 0x460958) is unknown color: approx Scarlet Gum. HEX triplet: 46, 09 and 58. RGB value is (70,9,88). Sum of RGB (Red+Green+Blue) = 70+9+88=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 88 (34.77% from 255 or 52.69% from 167); Max value from RGB is 88 - color contains mainly: blue. Hex color #460958 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460958 is #B9F6A7. Grayscale: #232323. Windows color (decimal): -12187304 or 5769542. OLE color: 5769542.

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

Color convert

RGB70988-
CMYK0.200.9000.65
HSL286.33º81.44%19.02%-
HSV(B)286.33º89.77%34.51%-
XYZ4.382.29.43-
YUV36.25157.21152.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.92%
GREEN value IS 9 (3.91% from 255) = 5.39%
BLUE value IS 88 (34.77% from 255) = 52.69%
R=41.92%
G=5.39%
B=52.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal709880.200.9000.65286.3381.4419.02
Hex46958145A04111e5113
Octal1061113024132010143612123
Binary10001101001101100010100101101001000001100011110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460958; }

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

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

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

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

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

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

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

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