#484584

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

Shades of Dark Slate Blue #484584

Tints of Dark Slate Blue #484584

Color information

#484584 (or 0x484584) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 45 and 84. RGB value is (72,69,132). Sum of RGB (Red+Green+Blue) = 72+69+132=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #484584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484584 is #B7BA7B. Grayscale: #4C4C4C. Windows color (decimal): -12040828 or 8668488. OLE color: 8668488.

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

Color convert

RGB7269132-
CMYK0.450.4800.48
HSL242.86º31.34%39.41%-
HSV(B)242.86º47.73%51.76%-
XYZ8.977.322.77-
YUV77.08158.99124.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.37%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 132 (51.95% from 255) = 48.35%
R=26.37%
G=25.27%
B=48.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72691320.450.4800.48242.8631.3439.41
Hex4845842D30030f31f27
Octal11010520455600603633747
Binary100100010001011000010010110111000001100001111001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484584; }

 p { color: rgb(72,69,132); }

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

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

 a { background-color: rgb(72,69,132); }

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

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

 span { border-color: rgb(72,69,132); }

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