#480A5E

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

Shades of Scarlet Gum #480A5E

Tints of Scarlet Gum #480A5E

Color information

#480A5E (or 0x480A5E) is unknown color: approx Scarlet Gum. HEX triplet: 48, 0A and 5E. RGB value is (72,10,94). Sum of RGB (Red+Green+Blue) = 72+10+94=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 10 (4.30% from 255 or 5.68% from 176); Blue value is 94 (37.11% from 255 or 53.41% from 176); Max value from RGB is 94 - color contains mainly: blue. Hex color #480A5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480A5E is #B7F5A1. Grayscale: #252525. Windows color (decimal): -12055970 or 6163016. OLE color: 6163016.

HSL color Cylindrical-coordinate representation of color #480A5E: hue angle of 284.29º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #480A5E is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB721094-
CMYK0.230.8900.63
HSL284.29º80.77%20.39%-
HSV(B)284.29º89.36%36.86%-
XYZ4.82.410.8-
YUV38.11159.54152.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.91%
GREEN value IS 10 (4.30% from 255) = 5.68%
BLUE value IS 94 (37.11% from 255) = 53.41%
R=40.91%
G=5.68%
B=53.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7210940.230.8900.63284.2980.7720.39
Hex48A5E175903F11c5114
Octal110121362713107743412124
Binary1001000101010111101011110110010111111100011100101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480A5E; }

 p { color: rgb(72,10,94); }

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

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

 a { background-color: rgb(72,10,94); }

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

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

 span { border-color: rgb(72,10,94); }

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