#482E5C

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

Shades of Scarlet Gum #482E5C

Tints of Scarlet Gum #482E5C

Color information

#482E5C (or 0x482E5C) is unknown color: approx Scarlet Gum. HEX triplet: 48, 2E and 5C. RGB value is (72,46,92). Sum of RGB (Red+Green+Blue) = 72+46+92=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #482E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482E5C is #B7D1A3. Grayscale: #3A3A3A. Windows color (decimal): -12046756 or 6041160. OLE color: 6041160.

HSL color Cylindrical-coordinate representation of color #482E5C: hue angle of 273.91º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #482E5C is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB724692-
CMYK0.220.5000.64
HSL273.91º33.33%27.06%-
HSV(B)273.91º50%36.08%-
XYZ5.584.110.62-
YUV59.02146.61137.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 46 (18.36% from 255) = 21.90%
BLUE value IS 92 (36.33% from 255) = 43.81%
R=34.29%
G=21.90%
B=43.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7246920.220.5000.64273.9133.3327.06
Hex482E5C1632040112211b
Octal11056134266201004224133
Binary10010001011101011100101101100100100000010001001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,46,92); }

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

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

 a { background-color: rgb(72,46,92); }

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

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

 span { border-color: rgb(72,46,92); }

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