#462060

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

Shades of Scarlet Gum #462060

Tints of Scarlet Gum #462060

Color information

#462060 (or 0x462060) is unknown color: approx Scarlet Gum. HEX triplet: 46, 20 and 60. RGB value is (70,32,96). Sum of RGB (Red+Green+Blue) = 70+32+96=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #462060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462060 is #B9DF9F. Grayscale: #323232. Windows color (decimal): -12181408 or 6299718. OLE color: 6299718.

HSL color Cylindrical-coordinate representation of color #462060: hue angle of 275.62º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #462060 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB703296-
CMYK0.270.6700.62
HSL275.62º50%25.1%-
HSV(B)275.62º66.67%37.65%-
XYZ5.153.1811.41-
YUV50.66153.59141.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.35%
GREEN value IS 32 (12.89% from 255) = 16.16%
BLUE value IS 96 (37.89% from 255) = 48.48%
R=35.35%
G=16.16%
B=48.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7032960.270.6700.62275.625025.1
Hex4620601B4303E1143219
Octal10640140331030764246231
Binary10001101000001100000110111000011011111010001010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462060; }

 p { color: rgb(70,32,96); }

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

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

 a { background-color: rgb(70,32,96); }

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

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

 span { border-color: rgb(70,32,96); }

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