#462A60

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

Shades of Scarlet Gum #462A60

Tints of Scarlet Gum #462A60

Color information

#462A60 (or 0x462A60) is unknown color: approx Scarlet Gum. HEX triplet: 46, 2A and 60. RGB value is (70,42,96). Sum of RGB (Red+Green+Blue) = 70+42+96=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 42 (16.80% from 255 or 20.19% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #462A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462A60 is #B9D59F. Grayscale: #383838. Windows color (decimal): -12178848 or 6302278. OLE color: 6302278.

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

Color convert

RGB704296-
CMYK0.270.5600.62
HSL271.11º39.13%27.06%-
HSV(B)271.11º56.25%37.65%-
XYZ5.473.811.51-
YUV56.53150.28137.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.65%
GREEN value IS 42 (16.80% from 255) = 20.19%
BLUE value IS 96 (37.89% from 255) = 46.15%
R=33.65%
G=20.19%
B=46.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7042960.270.5600.62271.1139.1327.06
Hex462A601B3803E10f271b
Octal1065214033700764174733
Binary1000110101010110000011011111000011111010000111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462A60; }

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

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

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

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

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

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

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

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