#45429E

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

Shades of Dark Slate Blue #45429E

Tints of Dark Slate Blue #45429E

Color information

#45429E (or 0x45429E) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 42 and 9E. RGB value is (69,66,158). Sum of RGB (Red+Green+Blue) = 69+66+158=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #45429E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45429E is #BABD61. Grayscale: #4D4D4D. Windows color (decimal): -12238178 or 10371653. OLE color: 10371653.

HSL color Cylindrical-coordinate representation of color #45429E: hue angle of 241.96º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45429E is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6966158-
CMYK0.560.5800.38
HSL241.96º41.07%43.92%-
HSV(B)241.96º58.23%61.96%-
XYZ10.577.6333.26-
YUV77.38173.49122.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.55%
GREEN value IS 66 (26.17% from 255) = 22.53%
BLUE value IS 158 (62.11% from 255) = 53.92%
R=23.55%
G=22.53%
B=53.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69661580.560.5800.38241.9641.0743.92
Hex45429E383A026f2292c
Octal10510223670720463625154
Binary1000101100001010011110111000111010010011011110010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45429E; }

 p { color: rgb(69,66,158); }

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

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

 a { background-color: rgb(69,66,158); }

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

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

 span { border-color: rgb(69,66,158); }

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