#461860

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

Shades of Scarlet Gum #461860

Tints of Scarlet Gum #461860

Color information

#461860 (or 0x461860) is unknown color: approx Scarlet Gum. HEX triplet: 46, 18 and 60. RGB value is (70,24,96). Sum of RGB (Red+Green+Blue) = 70+24+96=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 96 (37.89% from 255 or 50.53% from 190); Max value from RGB is 96 - color contains mainly: blue. Hex color #461860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461860 is #B9E79F. Grayscale: #2D2D2D. Windows color (decimal): -12183456 or 6297670. OLE color: 6297670.

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

Color convert

RGB702496-
CMYK0.270.7500.62
HSL278.33º60%23.53%-
HSV(B)278.33º75%37.65%-
XYZ4.962.811.35-
YUV45.96156.24145.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.84%
GREEN value IS 24 (9.77% from 255) = 12.63%
BLUE value IS 96 (37.89% from 255) = 50.53%
R=36.84%
G=12.63%
B=50.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7024960.270.7500.62278.336023.53
Hex4618601B4B03E1163c18
Octal10630140331130764267430
Binary1000110110001100000110111001011011111010001011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461860; }

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

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

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

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

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

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

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

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