#480859

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

Shades of Scarlet Gum #480859

Tints of Scarlet Gum #480859

Color information

#480859 (or 0x480859) is unknown color: approx Scarlet Gum. HEX triplet: 48, 08 and 59. RGB value is (72,8,89). Sum of RGB (Red+Green+Blue) = 72+8+89=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #480859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480859 is #B7F7A6. Grayscale: #242424. Windows color (decimal): -12056487 or 5834824. OLE color: 5834824.

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

Color convert

RGB72889-
CMYK0.190.9100.65
HSL287.41º83.51%19.02%-
HSV(B)287.41º91.01%34.9%-
XYZ4.562.279.65-
YUV36.37157.7153.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.60%
GREEN value IS 8 (3.52% from 255) = 4.73%
BLUE value IS 89 (35.16% from 255) = 52.66%
R=42.60%
G=4.73%
B=52.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal728890.190.9100.65287.4183.5119.02
Hex48859135B04111f5413
Octal1101013123133010143712423
Binary10010001000101100110011101101101000001100011111101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480859; }

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

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

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

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

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

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

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

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