#461862

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

Shades of Scarlet Gum #461862

Tints of Scarlet Gum #461862

Color information

#461862 (or 0x461862) is unknown color: approx Scarlet Gum. HEX triplet: 46, 18 and 62. RGB value is (70,24,98). Sum of RGB (Red+Green+Blue) = 70+24+98=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #461862 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461862 is #B9E79D. Grayscale: #2D2D2D. Windows color (decimal): -12183454 or 6428742. OLE color: 6428742.

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

Color convert

RGB702498-
CMYK0.290.7600.62
HSL277.3º60.66%23.92%-
HSV(B)277.3º75.51%38.43%-
XYZ5.062.8411.84-
YUV46.19157.24144.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.46%
GREEN value IS 24 (9.77% from 255) = 12.5%
BLUE value IS 98 (38.67% from 255) = 51.04%
R=36.46%
G=12.5%
B=51.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7024980.290.7600.62277.360.6623.92
Hex4618621D4C03E1153d18
Octal10630142351140764257530
Binary1000110110001100010111011001100011111010001010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461862; }

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

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

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

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

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

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

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

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