#482D58

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

Shades of Scarlet Gum #482D58

Tints of Scarlet Gum #482D58

Color information

#482D58 (or 0x482D58) is unknown color: approx Scarlet Gum. HEX triplet: 48, 2D and 58. RGB value is (72,45,88). Sum of RGB (Red+Green+Blue) = 72+45+88=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: blue. Hex color #482D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482D58 is #B7D2A7. Grayscale: #393939. Windows color (decimal): -12047016 or 5778760. OLE color: 5778760.

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

Color convert

RGB724588-
CMYK0.180.4900.65
HSL277.67º32.33%26.08%-
HSV(B)277.67º48.86%34.51%-
XYZ5.373.969.71-
YUV57.97144.95138-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.12%
GREEN value IS 45 (17.97% from 255) = 21.95%
BLUE value IS 88 (34.77% from 255) = 42.93%
R=35.12%
G=21.95%
B=42.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7245880.180.4900.65277.6732.3326.08
Hex482D581231041116201a
Octal11055130226101014264032
Binary10010001011011011000100101100010100000110001011010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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