#480457

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

Shades of Scarlet Gum #480457

Tints of Scarlet Gum #480457

Color information

#480457 (or 0x480457) is unknown color: approx Scarlet Gum. HEX triplet: 48, 04 and 57. RGB value is (72,4,87). Sum of RGB (Red+Green+Blue) = 72+4+87=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 87 (34.38% from 255 or 53.37% from 163); Max value from RGB is 87 - color contains mainly: blue. Hex color #480457 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480457 is #B7FBA8. Grayscale: #212121. Windows color (decimal): -12057513 or 5702728. OLE color: 5702728.

HSL color Cylindrical-coordinate representation of color #480457: hue angle of 289.16º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #480457 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB72487-
CMYK0.170.9500.66
HSL289.16º91.21%17.84%-
HSV(B)289.16º95.4%34.12%-
XYZ4.442.159.2-
YUV33.79158.03155.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.17%
GREEN value IS 4 (1.95% from 255) = 2.45%
BLUE value IS 87 (34.38% from 255) = 53.37%
R=44.17%
G=2.45%
B=53.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal724870.170.9500.66289.1691.2117.84
Hex48457115F0421215b12
Octal110412721137010244113322
Binary1001000100101011110001101111101000010100100001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480457; }

 p { color: rgb(72,4,87); }

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

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

 a { background-color: rgb(72,4,87); }

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

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

 span { border-color: rgb(72,4,87); }

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