#45408C

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

Shades of Dark Slate Blue #45408C

Tints of Dark Slate Blue #45408C

Color information

#45408C (or 0x45408C) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 40 and 8C. RGB value is (69,64,140). Sum of RGB (Red+Green+Blue) = 69+64+140=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #45408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45408C is #BABF73. Grayscale: #494949. Windows color (decimal): -12238708 or 9191493. OLE color: 9191493.

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

Color convert

RGB6964140-
CMYK0.510.5400.45
HSL243.95º37.25%40%-
HSV(B)243.95º54.29%54.9%-
XYZ9.026.8325.65-
YUV74.16165.16124.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.27%
GREEN value IS 64 (25.39% from 255) = 23.44%
BLUE value IS 140 (55.08% from 255) = 51.28%
R=25.27%
G=23.44%
B=51.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69641400.510.5400.45243.9537.2540
Hex45408C333602Df42528
Octal10510021463660553644550
Binary1000101100000010001100110011110110010110111110100100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45408C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45408C; }

 p { color: rgb(69,64,140); }

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

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

 a { background-color: rgb(69,64,140); }

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

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

 span { border-color: rgb(69,64,140); }

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