#482456

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

Shades of Scarlet Gum #482456

Tints of Scarlet Gum #482456

Color information

#482456 (or 0x482456) is unknown color: approx Scarlet Gum. HEX triplet: 48, 24 and 56. RGB value is (72,36,86). Sum of RGB (Red+Green+Blue) = 72+36+86=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 86 - color contains mainly: blue. Hex color #482456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482456 is #B7DBA9. Grayscale: #343434. Windows color (decimal): -12049322 or 5645384. OLE color: 5645384.

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

Color convert

RGB723686-
CMYK0.160.5800.66
HSL283.2º40.98%23.92%-
HSV(B)283.2º58.14%33.73%-
XYZ4.983.319.18-
YUV52.46146.93141.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.11%
GREEN value IS 36 (14.45% from 255) = 18.56%
BLUE value IS 86 (33.98% from 255) = 44.33%
R=37.11%
G=18.56%
B=44.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7236860.160.5800.66283.240.9823.92
Hex482456103A04211b2918
Octal11044126207201024335130
Binary10010001001001010110100001110100100001010001101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482456; }

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

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

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

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

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

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

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

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