#45468C

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

Shades of Dark Slate Blue #45468C

Tints of Dark Slate Blue #45468C

Color information

#45468C (or 0x45468C) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 46 and 8C. RGB value is (69,70,140). Sum of RGB (Red+Green+Blue) = 69+70+140=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #45468C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45468C is #BAB973. Grayscale: #4D4D4D. Windows color (decimal): -12237172 or 9193029. OLE color: 9193029.

HSL color Cylindrical-coordinate representation of color #45468C: hue angle of 239.15º 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 #45468C is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6970140-
CMYK0.510.5000.45
HSL239.15º33.97%40.98%-
HSV(B)239.15º50.71%54.9%-
XYZ9.387.5425.77-
YUV77.68163.17121.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.73%
GREEN value IS 70 (27.73% from 255) = 25.09%
BLUE value IS 140 (55.08% from 255) = 50.18%
R=24.73%
G=25.09%
B=50.18%

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
Decimal69701400.510.5000.45239.1533.9740.98
Hex45468C333202Def2229
Octal10510621463620553574251
Binary1000101100011010001100110011110010010110111101111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45468C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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