#482A5A

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

Shades of Scarlet Gum #482A5A

Tints of Scarlet Gum #482A5A

Color information

#482A5A (or 0x482A5A) is unknown color: approx Scarlet Gum. HEX triplet: 48, 2A and 5A. RGB value is (72,42,90). Sum of RGB (Red+Green+Blue) = 72+42+90=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 90 - color contains mainly: blue. Hex color #482A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482A5A is #B7D5A5. Grayscale: #383838. Windows color (decimal): -12047782 or 5909064. OLE color: 5909064.

HSL color Cylindrical-coordinate representation of color #482A5A: hue angle of 277.5º 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 #482A5A is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB724290-
CMYK0.200.5300.65
HSL277.5º36.36%25.88%-
HSV(B)277.5º53.33%35.29%-
XYZ5.353.7710.12-
YUV56.44146.94139.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.29%
GREEN value IS 42 (16.80% from 255) = 20.59%
BLUE value IS 90 (35.55% from 255) = 44.12%
R=35.29%
G=20.59%
B=44.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7242900.200.5300.65277.536.3625.88
Hex482A5A1435041116241a
Octal11052132246501014264432
Binary10010001010101011010101001101010100000110001011010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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