#482D5A

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

Shades of Scarlet Gum #482D5A

Tints of Scarlet Gum #482D5A

Color information

#482D5A (or 0x482D5A) is unknown color: approx Scarlet Gum. HEX triplet: 48, 2D and 5A. RGB value is (72,45,90). Sum of RGB (Red+Green+Blue) = 72+45+90=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #482D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482D5A is #B7D2A5. Grayscale: #3A3A3A. Windows color (decimal): -12047014 or 5909832. OLE color: 5909832.

HSL color Cylindrical-coordinate representation of color #482D5A: hue angle of 276º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #482D5A is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB724590-
CMYK0.200.5000.65
HSL276º33.33%26.47%-
HSV(B)276º50%35.29%-
XYZ5.463.9910.16-
YUV58.2145.95137.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.78%
GREEN value IS 45 (17.97% from 255) = 21.74%
BLUE value IS 90 (35.55% from 255) = 43.48%
R=34.78%
G=21.74%
B=43.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7245900.200.5000.6527633.3326.47
Hex482D5A1432041114211a
Octal11055132246201014244132
Binary10010001011011011010101001100100100000110001010010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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