#483B4E

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

Shades of Scarlet Gum #483B4E

Tints of Scarlet Gum #483B4E

Color information

#483B4E (or 0x483B4E) is unknown color: approx Scarlet Gum. HEX triplet: 48, 3B and 4E. RGB value is (72,59,78). Sum of RGB (Red+Green+Blue) = 72+59+78=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 78 - color contains mainly: blue. Hex color #483B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483B4E is #B7C4B1. Grayscale: #404040. Windows color (decimal): -12043442 or 5126984. OLE color: 5126984.

HSL color Cylindrical-coordinate representation of color #483B4E: hue angle of 281.05º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #483B4E is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB725978-
CMYK0.080.2400.69
HSL281.05º13.87%26.86%-
HSV(B)281.05º24.36%30.59%-
XYZ5.615.067.89-
YUV65.05135.31132.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.45%
GREEN value IS 59 (23.44% from 255) = 28.23%
BLUE value IS 78 (30.86% from 255) = 37.32%
R=34.45%
G=28.23%
B=37.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7259780.080.2400.69281.0513.8726.86
Hex483B4E818045119e1b
Octal11073116103001054311633
Binary1001000111011100111010001100001000101100011001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483B4E; }

 p { color: rgb(72,59,78); }

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

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

 a { background-color: rgb(72,59,78); }

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

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

 span { border-color: rgb(72,59,78); }

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