#482056

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

Shades of Scarlet Gum #482056

Tints of Scarlet Gum #482056

Color information

#482056 (or 0x482056) is unknown color: approx Scarlet Gum. HEX triplet: 48, 20 and 56. RGB value is (72,32,86). Sum of RGB (Red+Green+Blue) = 72+32+86=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 86 - color contains mainly: blue. Hex color #482056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482056 is #B7DFA9. Grayscale: #313131. Windows color (decimal): -12050346 or 5644360. OLE color: 5644360.

HSL color Cylindrical-coordinate representation of color #482056: hue angle of 284.44º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #482056 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB723286-
CMYK0.160.6300.66
HSL284.44º45.76%23.14%-
HSV(B)284.44º62.79%33.73%-
XYZ4.873.089.14-
YUV50.12148.25143.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.89%
GREEN value IS 32 (12.89% from 255) = 16.84%
BLUE value IS 86 (33.98% from 255) = 45.26%
R=37.89%
G=16.84%
B=45.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7232860.160.6300.66284.4445.7623.14
Hex482056103F04211c2e17
Octal11040126207701024345627
Binary10010001000001010110100001111110100001010001110010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482056; }

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

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

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

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

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

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

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

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