#484686

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

Shades of Dark Slate Blue #484686

Tints of Dark Slate Blue #484686

Color information

#484686 (or 0x484686) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 46 and 86. RGB value is (72,70,134). Sum of RGB (Red+Green+Blue) = 72+70+134=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: blue. Hex color #484686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484686 is #B7B979. Grayscale: #4D4D4D. Windows color (decimal): -12040570 or 8799816. OLE color: 8799816.

HSL color Cylindrical-coordinate representation of color #484686: hue angle of 241.88º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #484686 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7270134-
CMYK0.460.4800.47
HSL241.88º31.37%40%-
HSV(B)241.88º47.76%52.55%-
XYZ9.177.4823.51-
YUV77.89159.66123.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.09%
GREEN value IS 70 (27.73% from 255) = 25.36%
BLUE value IS 134 (52.73% from 255) = 48.55%
R=26.09%
G=25.36%
B=48.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72701340.460.4800.47241.8831.3740
Hex4846862E3002Ff21f28
Octal11010620656600573623750
Binary100100010001101000011010111011000001011111111001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484686; }

 p { color: rgb(72,70,134); }

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

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

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

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

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

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

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