#45439E

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

Shades of Dark Slate Blue #45439E

Tints of Dark Slate Blue #45439E

Color information

#45439E (or 0x45439E) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 43 and 9E. RGB value is (69,67,158). Sum of RGB (Red+Green+Blue) = 69+67+158=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #45439E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45439E is #BABC61. Grayscale: #4D4D4D. Windows color (decimal): -12237922 or 10371909. OLE color: 10371909.

HSL color Cylindrical-coordinate representation of color #45439E: hue angle of 241.32º degrees, saturation: 0.4, 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 #45439E is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6967158-
CMYK0.560.5800.38
HSL241.32º40.44%44.12%-
HSV(B)241.32º57.59%61.96%-
XYZ10.637.7533.28-
YUV77.97173.16121.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.47%
GREEN value IS 67 (26.56% from 255) = 22.79%
BLUE value IS 158 (62.11% from 255) = 53.74%
R=23.47%
G=22.79%
B=53.74%

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
Decimal69671580.560.5800.38241.3240.4444.12
Hex45439E383A026f1282c
Octal10510323670720463615054
Binary1000101100001110011110111000111010010011011110001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45439E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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