#484791

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

Shades of Dark Slate Blue #484791

Tints of Dark Slate Blue #484791

Color information

#484791 (or 0x484791) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 47 and 91. RGB value is (72,71,145). Sum of RGB (Red+Green+Blue) = 72+71+145=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 145 (57.03% from 255 or 50.35% from 288); Max value from RGB is 145 - color contains mainly: blue. Hex color #484791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484791 is #B7B86E. Grayscale: #4F4F4F. Windows color (decimal): -12040303 or 9520968. OLE color: 9520968.

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

Color convert

RGB7271145-
CMYK0.500.5100.43
HSL240.81º34.26%42.35%-
HSV(B)240.81º51.03%56.86%-
XYZ10.047.9327.79-
YUV79.74164.83122.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25%
GREEN value IS 71 (28.12% from 255) = 24.65%
BLUE value IS 145 (57.03% from 255) = 50.35%
R=25%
G=24.65%
B=50.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72711450.500.5100.43240.8134.2642.35
Hex484791323302Bf1222a
Octal11010722162630533614252
Binary1001000100011110010001110010110011010101111110001100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484791; }

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

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

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

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

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

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

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

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