#483059

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

Shades of Scarlet Gum #483059

Tints of Scarlet Gum #483059

Color information

#483059 (or 0x483059) is unknown color: approx Scarlet Gum. HEX triplet: 48, 30 and 59. RGB value is (72,48,89). Sum of RGB (Red+Green+Blue) = 72+48+89=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #483059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483059 is #B7CFA6. Grayscale: #3B3B3B. Windows color (decimal): -12046247 or 5845064. OLE color: 5845064.

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

Color convert

RGB724889-
CMYK0.190.4600.65
HSL275.12º29.93%26.86%-
HSV(B)275.12º46.07%34.9%-
XYZ5.534.219.97-
YUV59.85144.45136.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.45%
GREEN value IS 48 (19.14% from 255) = 22.97%
BLUE value IS 89 (35.16% from 255) = 42.58%
R=34.45%
G=22.97%
B=42.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7248890.190.4600.65275.1229.9326.86
Hex483059132E0411131e1b
Octal11060131235601014233633
Binary1001000110000101100110011101110010000011000100111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483059; }

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

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

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

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

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

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

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

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