#45429B

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

Shades of Dark Slate Blue #45429B

Tints of Dark Slate Blue #45429B

Color information

#45429B (or 0x45429B) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 42 and 9B. RGB value is (69,66,155). Sum of RGB (Red+Green+Blue) = 69+66+155=290 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.79% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #45429B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45429B is #BABD64. Grayscale: #4C4C4C. Windows color (decimal): -12238181 or 10175045. OLE color: 10175045.

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

Color convert

RGB6966155-
CMYK0.550.5700.39
HSL242.02º40.27%43.33%-
HSV(B)242.02º57.42%60.78%-
XYZ10.327.5331.92-
YUV77.04171.99122.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.79%
GREEN value IS 66 (26.17% from 255) = 22.76%
BLUE value IS 155 (60.94% from 255) = 53.45%
R=23.79%
G=22.76%
B=53.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69661550.550.5700.39242.0240.2743.33
Hex45429B3739027f2282b
Octal10510223367710473625053
Binary1000101100001010011011110111111001010011111110010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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