#482A57

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

Shades of Scarlet Gum #482A57

Tints of Scarlet Gum #482A57

Color information

#482A57 (or 0x482A57) is unknown color: approx Scarlet Gum. HEX triplet: 48, 2A and 57. RGB value is (72,42,87). Sum of RGB (Red+Green+Blue) = 72+42+87=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 87 - color contains mainly: blue. Hex color #482A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482A57 is #B7D5A8. Grayscale: #373737. Windows color (decimal): -12047785 or 5712456. OLE color: 5712456.

HSL color Cylindrical-coordinate representation of color #482A57: hue angle of 280º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #482A57 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB724287-
CMYK0.170.5200.66
HSL280º34.88%25.29%-
HSV(B)280º51.72%34.12%-
XYZ5.223.729.46-
YUV56.1145.44139.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 42 (16.80% from 255) = 20.90%
BLUE value IS 87 (34.38% from 255) = 43.28%
R=35.82%
G=20.90%
B=43.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7242870.170.5200.6628034.8825.29
Hex482A5711340421182319
Octal11052127216401024304331
Binary10010001010101010111100011101000100001010001100010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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