#482A59

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

Shades of Scarlet Gum #482A59

Tints of Scarlet Gum #482A59

Color information

#482A59 (or 0x482A59) is unknown color: approx Scarlet Gum. HEX triplet: 48, 2A and 59. RGB value is (72,42,89). Sum of RGB (Red+Green+Blue) = 72+42+89=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #482A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482A59 is #B7D5A6. Grayscale: #383838. Windows color (decimal): -12047783 or 5843528. OLE color: 5843528.

HSL color Cylindrical-coordinate representation of color #482A59: hue angle of 278.3º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #482A59 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB724289-
CMYK0.190.5300.65
HSL278.3º35.88%25.69%-
HSV(B)278.3º52.81%34.9%-
XYZ5.33.759.9-
YUV56.33146.44139.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 42 (16.80% from 255) = 20.69%
BLUE value IS 89 (35.16% from 255) = 43.84%
R=35.47%
G=20.69%
B=43.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7242890.190.5300.65278.335.8825.69
Hex482A591335041116241a
Octal11052131236501014264432
Binary10010001010101011001100111101010100000110001011010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482A59; }

 p { color: rgb(72,42,89); }

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

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

 a { background-color: rgb(72,42,89); }

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

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

 span { border-color: rgb(72,42,89); }

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