#484593

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

Shades of Dark Slate Blue #484593

Tints of Dark Slate Blue #484593

Color information

#484593 (or 0x484593) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 45 and 93. RGB value is (72,69,147). Sum of RGB (Red+Green+Blue) = 72+69+147=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #484593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484593 is #B7BA6C. Grayscale: #4E4E4E. Windows color (decimal): -12040813 or 9651528. OLE color: 9651528.

HSL color Cylindrical-coordinate representation of color #484593: hue angle of 242.31º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #484593 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7269147-
CMYK0.510.5300.42
HSL242.31º36.11%42.35%-
HSV(B)242.31º53.06%57.65%-
XYZ10.077.7428.57-
YUV78.79166.49123.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25%
GREEN value IS 69 (27.34% from 255) = 23.96%
BLUE value IS 147 (57.81% from 255) = 51.04%
R=25%
G=23.96%
B=51.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72691470.510.5300.42242.3136.1142.35
Hex484593333502Af2242a
Octal11010522363650523624452
Binary1001000100010110010011110011110101010101011110010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484593; }

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

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

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

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

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

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

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

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