#45468D

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

Shades of Dark Slate Blue #45468D

Tints of Dark Slate Blue #45468D

Color information

#45468D (or 0x45468D) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 46 and 8D. RGB value is (69,70,141). Sum of RGB (Red+Green+Blue) = 69+70+141=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #45468D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45468D is #BAB972. Grayscale: #4D4D4D. Windows color (decimal): -12237171 or 9258565. OLE color: 9258565.

HSL color Cylindrical-coordinate representation of color #45468D: hue angle of 239.17º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #45468D is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6970141-
CMYK0.510.5000.45
HSL239.17º34.29%41.18%-
HSV(B)239.17º51.06%55.29%-
XYZ9.457.5726.16-
YUV77.8163.67121.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.64%
GREEN value IS 70 (27.73% from 255) = 25%
BLUE value IS 141 (55.47% from 255) = 50.36%
R=24.64%
G=25%
B=50.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69701410.510.5000.45239.1734.2941.18
Hex45468D333202Def2229
Octal10510621563620553574251
Binary1000101100011010001101110011110010010110111101111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45468D; }

 p { color: rgb(69,70,141); }

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

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

 a { background-color: rgb(69,70,141); }

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

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

 span { border-color: rgb(69,70,141); }

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