#482E56

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

Shades of Scarlet Gum #482E56

Tints of Scarlet Gum #482E56

Color information

#482E56 (or 0x482E56) is unknown color: approx Scarlet Gum. HEX triplet: 48, 2E and 56. RGB value is (72,46,86). Sum of RGB (Red+Green+Blue) = 72+46+86=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 86 - color contains mainly: blue. Hex color #482E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482E56 is #B7D1A9. Grayscale: #3A3A3A. Windows color (decimal): -12046762 or 5647944. OLE color: 5647944.

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

Color convert

RGB724686-
CMYK0.160.4700.66
HSL279º30.3%25.88%-
HSV(B)279º46.51%33.73%-
XYZ5.3349.3-
YUV58.33143.61137.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.29%
GREEN value IS 46 (18.36% from 255) = 22.55%
BLUE value IS 86 (33.98% from 255) = 42.16%
R=35.29%
G=22.55%
B=42.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7246860.160.4700.6627930.325.88
Hex482E56102F0421171e1a
Octal11056126205701024273632
Binary1001000101110101011010000101111010000101000101111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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