#480658

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

Shades of Scarlet Gum #480658

Tints of Scarlet Gum #480658

Color information

#480658 (or 0x480658) is unknown color: approx Scarlet Gum. HEX triplet: 48, 06 and 58. RGB value is (72,6,88). Sum of RGB (Red+Green+Blue) = 72+6+88=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #480658 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480658 is #B7F9A7. Grayscale: #222222. Windows color (decimal): -12057000 or 5768776. OLE color: 5768776.

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

Color convert

RGB72688-
CMYK0.180.9300.65
HSL288.29º87.23%18.43%-
HSV(B)288.29º93.18%34.51%-
XYZ4.52.219.42-
YUV35.08157.87154.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.37%
GREEN value IS 6 (2.73% from 255) = 3.61%
BLUE value IS 88 (34.77% from 255) = 53.01%
R=43.37%
G=3.61%
B=53.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal726880.180.9300.65288.2987.2318.43
Hex48658125D0411205712
Octal110613022135010144012722
Binary1001000110101100010010101110101000001100100000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480658; }

 p { color: rgb(72,6,88); }

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

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

 a { background-color: rgb(72,6,88); }

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

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

 span { border-color: rgb(72,6,88); }

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