#484587

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

Shades of Dark Slate Blue #484587

Tints of Dark Slate Blue #484587

Color information

#484587 (or 0x484587) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 45 and 87. RGB value is (72,69,135). Sum of RGB (Red+Green+Blue) = 72+69+135=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 135 (53.12% from 255 or 48.91% from 276); Max value from RGB is 135 - color contains mainly: blue. Hex color #484587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484587 is #B7BA78. Grayscale: #4D4D4D. Windows color (decimal): -12040825 or 8865096. OLE color: 8865096.

HSL color Cylindrical-coordinate representation of color #484587: hue angle of 242.73º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #484587 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7269135-
CMYK0.470.4900.47
HSL242.73º32.35%40%-
HSV(B)242.73º48.89%52.94%-
XYZ9.177.3823.86-
YUV77.42160.49124.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.09%
GREEN value IS 69 (27.34% from 255) = 25%
BLUE value IS 135 (53.12% from 255) = 48.91%
R=26.09%
G=25%
B=48.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72691350.470.4900.47242.7332.3540
Hex4845872F3102Ff32028
Octal11010520757610573634050
Binary1001000100010110000111101111110001010111111110011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484587; }

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

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

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

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

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

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

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

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