#45438e

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

Shades of Dark Slate Blue #45438E

Tints of Dark Slate Blue #45438E

Color information

#45438E (or 0x45438E) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 43 and 8E. RGB value is (69,67,142). Sum of RGB (Red+Green+Blue) = 69+67+142=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 142 (55.86% from 255 or 51.08% from 278); Max value from RGB is 142 - color contains mainly: blue. Hex color #45438E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45438E is #BABC71. Grayscale: #4B4B4B. Windows color (decimal): -12237938 or 9323333. OLE color: 9323333.

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

Color convert

RGB6967142-
CMYK0.510.5300.44
HSL241.6º35.89%40.98%-
HSV(B)241.6º52.82%55.69%-
XYZ9.347.2326.49-
YUV76.15165.16122.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.82%
GREEN value IS 67 (26.56% from 255) = 24.10%
BLUE value IS 142 (55.86% from 255) = 51.08%
R=24.82%
G=24.10%
B=51.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal69671420.510.5300.44241.635.8940.98
Hex45438E333502Cf22429
Octal10510321663650543624451
Binary1000101100001110001110110011110101010110011110010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45438e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45438e; }

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

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

<style>
 a { background-color: #45438e; }

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

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

<style>
 span { border-color: #45438e; }

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

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