#45409B

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

Shades of Dark Slate Blue #45409B

Tints of Dark Slate Blue #45409B

Color information

#45409B (or 0x45409B) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 40 and 9B. RGB value is (69,64,155). Sum of RGB (Red+Green+Blue) = 69+64+155=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #45409B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45409B is #BABF64. Grayscale: #4B4B4B. Windows color (decimal): -12238693 or 10174533. OLE color: 10174533.

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

Color convert

RGB6964155-
CMYK0.550.5900.39
HSL243.3º41.55%42.94%-
HSV(B)243.3º58.71%60.78%-
XYZ10.27.331.88-
YUV75.87172.66123.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.96%
GREEN value IS 64 (25.39% from 255) = 22.22%
BLUE value IS 155 (60.94% from 255) = 53.82%
R=23.96%
G=22.22%
B=53.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69641550.550.5900.39243.341.5542.94
Hex45409B373B027f32a2b
Octal10510023367730473635253
Binary1000101100000010011011110111111011010011111110011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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