#481E56

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

Shades of Scarlet Gum #481E56

Tints of Scarlet Gum #481E56

Color information

#481E56 (or 0x481E56) is unknown color: approx Scarlet Gum. HEX triplet: 48, 1E and 56. RGB value is (72,30,86). Sum of RGB (Red+Green+Blue) = 72+30+86=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 86 - color contains mainly: blue. Hex color #481E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481E56 is #B7E1A9. Grayscale: #303030. Windows color (decimal): -12050858 or 5643848. OLE color: 5643848.

HSL color Cylindrical-coordinate representation of color #481E56: hue angle of 285º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #481E56 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB723086-
CMYK0.160.6500.66
HSL285º48.28%22.75%-
HSV(B)285º65.12%33.73%-
XYZ4.822.989.13-
YUV48.94148.91144.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.30%
GREEN value IS 30 (12.11% from 255) = 15.96%
BLUE value IS 86 (33.98% from 255) = 45.74%
R=38.30%
G=15.96%
B=45.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7230860.160.6500.6628548.2822.75
Hex481E56104104211d3017
Octal110361262010101024356027
Binary10010001111010101101000010000010100001010001110111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481E56; }

 p { color: rgb(72,30,86); }

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

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

 a { background-color: rgb(72,30,86); }

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

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

 span { border-color: rgb(72,30,86); }

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