#45429C

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

Shades of Dark Slate Blue #45429C

Tints of Dark Slate Blue #45429C

Color information

#45429C (or 0x45429C) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 42 and 9C. RGB value is (69,66,156). Sum of RGB (Red+Green+Blue) = 69+66+156=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #45429C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45429C is #BABD63. Grayscale: #4C4C4C. Windows color (decimal): -12238180 or 10240581. OLE color: 10240581.

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

Color convert

RGB6966156-
CMYK0.560.5800.39
HSL242º40.54%43.53%-
HSV(B)242º57.69%61.18%-
XYZ10.47.5632.36-
YUV77.16172.49122.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.71%
GREEN value IS 66 (26.17% from 255) = 22.68%
BLUE value IS 156 (61.33% from 255) = 53.61%
R=23.71%
G=22.68%
B=53.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69661560.560.5800.3924240.5443.53
Hex45429C383A027f2292c
Octal10510223470720473625154
Binary1000101100001010011100111000111010010011111110010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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