#482B5E

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

Shades of Scarlet Gum #482B5E

Tints of Scarlet Gum #482B5E

Color information

#482B5E (or 0x482B5E) is unknown color: approx Scarlet Gum. HEX triplet: 48, 2B and 5E. RGB value is (72,43,94). Sum of RGB (Red+Green+Blue) = 72+43+94=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 43 (17.19% from 255 or 20.57% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 94 - color contains mainly: blue. Hex color #482B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482B5E is #B7D4A1. Grayscale: #393939. Windows color (decimal): -12047522 or 6171464. OLE color: 6171464.

HSL color Cylindrical-coordinate representation of color #482B5E: hue angle of 274.12º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #482B5E is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB724394-
CMYK0.230.5400.63
HSL274.12º37.23%26.86%-
HSV(B)274.12º54.26%36.86%-
XYZ5.563.9111.05-
YUV57.48148.61138.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.45%
GREEN value IS 43 (17.19% from 255) = 20.57%
BLUE value IS 94 (37.11% from 255) = 44.98%
R=34.45%
G=20.57%
B=44.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7243940.230.5400.63274.1237.2326.86
Hex482B5E173603F112251b
Octal1105313627660774224533
Binary1001000101011101111010111110110011111110001001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482B5E; }

 p { color: rgb(72,43,94); }

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

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

 a { background-color: rgb(72,43,94); }

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

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

 span { border-color: rgb(72,43,94); }

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