#484382

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

Shades of Dark Slate Blue #484382

Tints of Dark Slate Blue #484382

Color information

#484382 (or 0x484382) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 43 and 82. RGB value is (72,67,130). Sum of RGB (Red+Green+Blue) = 72+67+130=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #484382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484382 is #B7BC7D. Grayscale: #4B4B4B. Windows color (decimal): -12041342 or 8536904. OLE color: 8536904.

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

Color convert

RGB7267130-
CMYK0.450.4800.49
HSL244.76º31.98%38.63%-
HSV(B)244.76º48.46%50.98%-
XYZ8.71722.01-
YUV75.68158.66125.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.77%
GREEN value IS 67 (26.56% from 255) = 24.91%
BLUE value IS 130 (51.17% from 255) = 48.33%
R=26.77%
G=24.91%
B=48.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72671300.450.4800.49244.7631.9838.63
Hex4843822D30031f52027
Octal11010320255600613654047
Binary1001000100001110000010101101110000011000111110101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484382; }

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

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

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

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

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

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

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

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