#483782

Color #483782 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #483782

Tints of Dark Slate Blue #483782

Color information

#483782 (or 0x483782) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 37 and 82. RGB value is (72,55,130). Sum of RGB (Red+Green+Blue) = 72+55+130=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #483782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483782 is #B7C87D. Grayscale: #444444. Windows color (decimal): -12044414 or 8533832. OLE color: 8533832.

HSL color Cylindrical-coordinate representation of color #483782: hue angle of 253.6º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #483782 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7255130-
CMYK0.450.5800.49
HSL253.6º40.54%36.27%-
HSV(B)253.6º57.69%50.98%-
XYZ8.075.7221.8-
YUV68.63162.63130.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.02%
GREEN value IS 55 (21.88% from 255) = 21.40%
BLUE value IS 130 (51.17% from 255) = 50.58%
R=28.02%
G=21.40%
B=50.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72551300.450.5800.49253.640.5436.27
Hex4837822D3A031fe2924
Octal1106720255720613765144
Binary100100011011110000010101101111010011000111111110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483782; }

 p { color: rgb(72,55,130); }

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

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

 a { background-color: rgb(72,55,130); }

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

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

 span { border-color: rgb(72,55,130); }

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