#482960

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

Shades of Scarlet Gum #482960

Tints of Scarlet Gum #482960

Color information

#482960 (or 0x482960) is unknown color: approx Scarlet Gum. HEX triplet: 48, 29 and 60. RGB value is (72,41,96). Sum of RGB (Red+Green+Blue) = 72+41+96=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #482960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482960 is #B7D69F. Grayscale: #383838. Windows color (decimal): -12048032 or 6302024. OLE color: 6302024.

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

Color convert

RGB724196-
CMYK0.250.5700.62
HSL273.82º40.15%26.86%-
HSV(B)273.82º57.29%37.65%-
XYZ5.583.8111.51-
YUV56.54150.27139.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.45%
GREEN value IS 41 (16.41% from 255) = 19.62%
BLUE value IS 96 (37.89% from 255) = 45.93%
R=34.45%
G=19.62%
B=45.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7241960.250.5700.62273.8240.1526.86
Hex482960193903E112281b
Octal1105114031710764225033
Binary1001000101001110000011001111001011111010001001010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482960; }

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

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

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

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

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

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

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

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