#484591

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

Shades of Dark Slate Blue #484591

Tints of Dark Slate Blue #484591

Color information

#484591 (or 0x484591) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 45 and 91. RGB value is (72,69,145). Sum of RGB (Red+Green+Blue) = 72+69+145=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #484591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484591 is #B7BA6E. Grayscale: #4E4E4E. Windows color (decimal): -12040815 or 9520456. OLE color: 9520456.

HSL color Cylindrical-coordinate representation of color #484591: hue angle of 242.37º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #484591 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7269145-
CMYK0.500.5200.43
HSL242.37º35.51%41.96%-
HSV(B)242.37º52.41%56.86%-
XYZ9.917.6827.75-
YUV78.56165.49123.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.17%
GREEN value IS 69 (27.34% from 255) = 24.13%
BLUE value IS 145 (57.03% from 255) = 50.70%
R=25.17%
G=24.13%
B=50.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72691450.500.5200.43242.3735.5141.96
Hex484591323402Bf2242a
Octal11010522162640533624452
Binary1001000100010110010001110010110100010101111110010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484591; }

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

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

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

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

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

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

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

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