#482A60

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

Shades of Scarlet Gum #482A60

Tints of Scarlet Gum #482A60

Color information

#482A60 (or 0x482A60) is unknown color: approx Scarlet Gum. HEX triplet: 48, 2A and 60. RGB value is (72,42,96). Sum of RGB (Red+Green+Blue) = 72+42+96=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #482A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482A60 is #B7D59F. Grayscale: #383838. Windows color (decimal): -12047776 or 6302280. OLE color: 6302280.

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

Color convert

RGB724296-
CMYK0.250.5600.62
HSL273.33º39.13%27.06%-
HSV(B)273.33º56.25%37.65%-
XYZ5.613.8811.52-
YUV57.13149.94138.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 42 (16.80% from 255) = 20%
BLUE value IS 96 (37.89% from 255) = 45.71%
R=34.29%
G=20%
B=45.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7242960.250.5600.62273.3339.1327.06
Hex482A60193803E111271b
Octal1105214031700764214733
Binary1001000101010110000011001111000011111010001000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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