#45428A

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

Shades of Dark Slate Blue #45428A

Tints of Dark Slate Blue #45428A

Color information

#45428A (or 0x45428A) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 42 and 8A. RGB value is (69,66,138). Sum of RGB (Red+Green+Blue) = 69+66+138=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #45428A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45428A is #BABD75. Grayscale: #4A4A4A. Windows color (decimal): -12238198 or 9060933. OLE color: 9060933.

HSL color Cylindrical-coordinate representation of color #45428A: hue angle of 242.5º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #45428A is Cyan = 0.5, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6966138-
CMYK0.50.5200.46
HSL242.5º35.29%40%-
HSV(B)242.5º52.17%54.12%-
XYZ8.99724.92-
YUV75.1163.49123.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.27%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 138 (54.30% from 255) = 50.55%
R=25.27%
G=24.18%
B=50.55%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal69661380.50.5200.46242.535.2940
Hex45428A323402Ef22328
Octal10510221262640563624350
Binary1000101100001010001010110010110100010111011110010100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45428A; }

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

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

<style>
 a { background-color: #45428A; }

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

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

<style>
 span { border-color: #45428A; }

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

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