#484493

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

Shades of Dark Slate Blue #484493

Tints of Dark Slate Blue #484493

Color information

#484493 (or 0x484493) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 44 and 93. RGB value is (72,68,147). Sum of RGB (Red+Green+Blue) = 72+68+147=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #484493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484493 is #B7BB6C. Grayscale: #4D4D4D. Windows color (decimal): -12041069 or 9651272. OLE color: 9651272.

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

Color convert

RGB7268147-
CMYK0.510.5400.42
HSL243.04º36.74%42.16%-
HSV(B)243.04º53.74%57.65%-
XYZ10.017.6228.55-
YUV78.2166.83123.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.09%
GREEN value IS 68 (26.95% from 255) = 23.69%
BLUE value IS 147 (57.81% from 255) = 51.22%
R=25.09%
G=23.69%
B=51.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72681470.510.5400.42243.0436.7442.16
Hex484493333602Af3252a
Octal11010422363660523634552
Binary1001000100010010010011110011110110010101011110011100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484493; }

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

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

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

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

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

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

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

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