#484893

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

Shades of Dark Slate Blue #484893

Tints of Dark Slate Blue #484893

Color information

#484893 (or 0x484893) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 48 and 93. RGB value is (72,72,147). Sum of RGB (Red+Green+Blue) = 72+72+147=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #484893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484893 is #B7B76C. Grayscale: #505050. Windows color (decimal): -12040045 or 9652296. OLE color: 9652296.

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

Color convert

RGB7272147-
CMYK0.510.5100.42
HSL240º34.25%42.94%-
HSV(B)240º51.02%57.65%-
XYZ10.268.1228.63-
YUV80.55165.5121.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.74%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 147 (57.81% from 255) = 50.52%
R=24.74%
G=24.74%
B=50.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72721470.510.5100.4224034.2542.94
Hex484893333302Af0222b
Octal11011022363630523604253
Binary1001000100100010010011110011110011010101011110000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484893; }

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

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

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

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

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

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

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

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