#482D56

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

Shades of Scarlet Gum #482D56

Tints of Scarlet Gum #482D56

Color information

#482D56 (or 0x482D56) is unknown color: approx Scarlet Gum. HEX triplet: 48, 2D and 56. RGB value is (72,45,86). Sum of RGB (Red+Green+Blue) = 72+45+86=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 86 - color contains mainly: blue. Hex color #482D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482D56 is #B7D2A9. Grayscale: #393939. Windows color (decimal): -12047018 or 5647688. OLE color: 5647688.

HSL color Cylindrical-coordinate representation of color #482D56: hue angle of 279.51º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #482D56 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB724586-
CMYK0.160.4800.66
HSL279.51º31.3%25.69%-
HSV(B)279.51º47.67%33.73%-
XYZ5.293.939.28-
YUV57.75143.95138.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 45 (17.97% from 255) = 22.17%
BLUE value IS 86 (33.98% from 255) = 42.36%
R=35.47%
G=22.17%
B=42.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7245860.160.4800.66279.5131.325.69
Hex482D5610300421181f1a
Octal11055126206001024303732
Binary1001000101101101011010000110000010000101000110001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,45,86); }

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

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

 a { background-color: rgb(72,45,86); }

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

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

 span { border-color: rgb(72,45,86); }

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