#45409D

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

Shades of Dark Slate Blue #45409D

Tints of Dark Slate Blue #45409D

Color information

#45409D (or 0x45409D) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 40 and 9D. RGB value is (69,64,157). Sum of RGB (Red+Green+Blue) = 69+64+157=290 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.79% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #45409D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45409D is #BABF62. Grayscale: #4B4B4B. Windows color (decimal): -12238691 or 10305605. OLE color: 10305605.

HSL color Cylindrical-coordinate representation of color #45409D: hue angle of 243.23º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45409D is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6964157-
CMYK0.560.5900.38
HSL243.23º42.08%43.33%-
HSV(B)243.23º59.24%61.57%-
XYZ10.377.3732.77-
YUV76.1173.66122.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.79%
GREEN value IS 64 (25.39% from 255) = 22.07%
BLUE value IS 157 (61.72% from 255) = 54.14%
R=23.79%
G=22.07%
B=54.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69641570.560.5900.38243.2342.0843.33
Hex45409D383B026f32a2b
Octal10510023570730463635253
Binary1000101100000010011101111000111011010011011110011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45409D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45409D; }

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

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

<style>
 a { background-color: #45409D; }

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

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

<style>
 span { border-color: #45409D; }

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

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