#482B5B

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

Shades of Scarlet Gum #482B5B

Tints of Scarlet Gum #482B5B

Color information

#482B5B (or 0x482B5B) is unknown color: approx Scarlet Gum. HEX triplet: 48, 2B and 5B. RGB value is (72,43,91). Sum of RGB (Red+Green+Blue) = 72+43+91=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #482B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482B5B is #B7D4A4. Grayscale: #383838. Windows color (decimal): -12047525 or 5974856. OLE color: 5974856.

HSL color Cylindrical-coordinate representation of color #482B5B: hue angle of 276.25º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #482B5B is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB724391-
CMYK0.210.5300.64
HSL276.25º35.82%26.27%-
HSV(B)276.25º52.75%35.69%-
XYZ5.423.8610.36-
YUV57.14147.11138.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.95%
GREEN value IS 43 (17.19% from 255) = 20.87%
BLUE value IS 91 (35.94% from 255) = 44.17%
R=34.95%
G=20.87%
B=44.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7243910.210.5300.64276.2535.8226.27
Hex482B5B1535040114241a
Octal11053133256501004244432
Binary10010001010111011011101011101010100000010001010010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,43,91); }

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

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

 a { background-color: rgb(72,43,91); }

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

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

 span { border-color: rgb(72,43,91); }

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