#482460

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

Shades of Scarlet Gum #482460

Tints of Scarlet Gum #482460

Color information

#482460 (or 0x482460) is unknown color: approx Scarlet Gum. HEX triplet: 48, 24 and 60. RGB value is (72,36,96). Sum of RGB (Red+Green+Blue) = 72+36+96=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #482460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482460 is #B7DB9F. Grayscale: #353535. Windows color (decimal): -12049312 or 6300744. OLE color: 6300744.

HSL color Cylindrical-coordinate representation of color #482460: hue angle of 276º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #482460 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB723696-
CMYK0.250.6200.62
HSL276º45.45%25.88%-
HSV(B)276º62.5%37.65%-
XYZ5.413.4811.45-
YUV53.6151.93141.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.29%
GREEN value IS 36 (14.45% from 255) = 17.65%
BLUE value IS 96 (37.89% from 255) = 47.06%
R=35.29%
G=17.65%
B=47.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7236960.250.6200.6227645.4525.88
Hex482460193E03E1142d1a
Octal1104414031760764245532
Binary1001000100100110000011001111110011111010001010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482460; }

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

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

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

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

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

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

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

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