#482859

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

Shades of Scarlet Gum #482859

Tints of Scarlet Gum #482859

Color information

#482859 (or 0x482859) is unknown color: approx Scarlet Gum. HEX triplet: 48, 28 and 59. RGB value is (72,40,89). Sum of RGB (Red+Green+Blue) = 72+40+89=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #482859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482859 is #B7D7A6. Grayscale: #363636. Windows color (decimal): -12048295 or 5843016. OLE color: 5843016.

HSL color Cylindrical-coordinate representation of color #482859: hue angle of 279.18º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #482859 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB724089-
CMYK0.190.5500.65
HSL279.18º37.98%25.29%-
HSV(B)279.18º55.06%34.9%-
XYZ5.233.629.87-
YUV55.15147.1140.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 40 (16.02% from 255) = 19.90%
BLUE value IS 89 (35.16% from 255) = 44.28%
R=35.82%
G=19.90%
B=44.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7240890.190.5500.65279.1837.9825.29
Hex48285913370411172619
Octal11050131236701014274631
Binary10010001010001011001100111101110100000110001011110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482859; }

 p { color: rgb(72,40,89); }

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

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

 a { background-color: rgb(72,40,89); }

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

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

 span { border-color: rgb(72,40,89); }

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