#461B60

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

Shades of Scarlet Gum #461B60

Tints of Scarlet Gum #461B60

Color information

#461B60 (or 0x461B60) is unknown color: approx Scarlet Gum. HEX triplet: 46, 1B and 60. RGB value is (70,27,96). Sum of RGB (Red+Green+Blue) = 70+27+96=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #461B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461B60 is #B9E49F. Grayscale: #2F2F2F. Windows color (decimal): -12182688 or 6298438. OLE color: 6298438.

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

Color convert

RGB702796-
CMYK0.270.7200.62
HSL277.39º56.1%24.12%-
HSV(B)277.39º71.88%37.65%-
XYZ5.032.9311.37-
YUV47.72155.25143.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.27%
GREEN value IS 27 (10.94% from 255) = 13.99%
BLUE value IS 96 (37.89% from 255) = 49.74%
R=36.27%
G=13.99%
B=49.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7027960.270.7200.62277.3956.124.12
Hex461B601B4803E1153818
Octal10633140331100764257030
Binary1000110110111100000110111001000011111010001010111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461B60; }

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

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

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

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

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

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

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

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