#481A63

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

Shades of Scarlet Gum #481A63

Tints of Scarlet Gum #481A63

Color information

#481A63 (or 0x481A63) is unknown color: approx Scarlet Gum. HEX triplet: 48, 1A and 63. RGB value is (72,26,99). Sum of RGB (Red+Green+Blue) = 72+26+99=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #481A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481A63 is #B7E59C. Grayscale: #2F2F2F. Windows color (decimal): -12051869 or 6494792. OLE color: 6494792.

HSL color Cylindrical-coordinate representation of color #481A63: hue angle of 277.81º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #481A63 is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB722699-
CMYK0.270.7400.61
HSL277.81º58.4%24.51%-
HSV(B)277.81º73.74%38.82%-
XYZ5.293.0212.11-
YUV48.08156.74145.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 26 (10.55% from 255) = 13.20%
BLUE value IS 99 (39.06% from 255) = 50.25%
R=36.55%
G=13.20%
B=50.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7226990.270.7400.61277.8158.424.51
Hex481A631B4A03D1163a19
Octal11032143331120754267231
Binary1001000110101100011110111001010011110110001011011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,26,99); }

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

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

 a { background-color: rgb(72,26,99); }

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

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

 span { border-color: rgb(72,26,99); }

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