#45468A

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

Shades of Dark Slate Blue #45468A

Tints of Dark Slate Blue #45468A

Color information

#45468A (or 0x45468A) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 46 and 8A. RGB value is (69,70,138). Sum of RGB (Red+Green+Blue) = 69+70+138=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #45468A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45468A is #BAB975. Grayscale: #4D4D4D. Windows color (decimal): -12237174 or 9061957. OLE color: 9061957.

HSL color Cylindrical-coordinate representation of color #45468A: hue angle of 239.13º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45468A is Cyan = 0.5, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6970138-
CMYK0.50.4900.46
HSL239.13º33.33%40.59%-
HSV(B)239.13º50%54.12%-
XYZ9.237.4825-
YUV77.45162.17121.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.91%
GREEN value IS 70 (27.73% from 255) = 25.27%
BLUE value IS 138 (54.30% from 255) = 49.82%
R=24.91%
G=25.27%
B=49.82%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal69701380.50.4900.46239.1333.3340.59
Hex45468A323102Eef2129
Octal10510621262610563574151
Binary1000101100011010001010110010110001010111011101111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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