#484790

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

Shades of Dark Slate Blue #484790

Tints of Dark Slate Blue #484790

Color information

#484790 (or 0x484790) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 47 and 90. RGB value is (72,71,144). Sum of RGB (Red+Green+Blue) = 72+71+144=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #484790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484790 is #B7B86F. Grayscale: #4F4F4F. Windows color (decimal): -12040304 or 9455432. OLE color: 9455432.

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

Color convert

RGB7271144-
CMYK0.500.5100.44
HSL240.82º33.95%42.16%-
HSV(B)240.82º50.69%56.47%-
XYZ9.967.927.39-
YUV79.62164.33122.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.09%
GREEN value IS 71 (28.12% from 255) = 24.74%
BLUE value IS 144 (56.64% from 255) = 50.17%
R=25.09%
G=24.74%
B=50.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72711440.500.5100.44240.8233.9542.16
Hex484790323302Cf1222a
Octal11010722062630543614252
Binary1001000100011110010000110010110011010110011110001100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484790; }

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

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

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

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

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

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

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

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