#483659

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

Shades of Scarlet Gum #483659

Tints of Scarlet Gum #483659

Color information

#483659 (or 0x483659) is unknown color: approx Scarlet Gum. HEX triplet: 48, 36 and 59. RGB value is (72,54,89). Sum of RGB (Red+Green+Blue) = 72+54+89=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #483659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483659 is #B7C9A6. Grayscale: #3F3F3F. Windows color (decimal): -12044711 or 5846600. OLE color: 5846600.

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

Color convert

RGB725489-
CMYK0.190.3900.65
HSL270.86º24.48%28.04%-
HSV(B)270.86º39.33%34.9%-
XYZ5.794.7410.06-
YUV63.37142.46134.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 54 (21.48% from 255) = 25.12%
BLUE value IS 89 (35.16% from 255) = 41.40%
R=33.49%
G=25.12%
B=41.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7254890.190.3900.65270.8624.4828.04
Hex483659132704110f181c
Octal11066131234701014173034
Binary1001000110110101100110011100111010000011000011111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483659; }

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

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

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

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

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

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

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

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