#45428B

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

Shades of Dark Slate Blue #45428B

Tints of Dark Slate Blue #45428B

Color information

#45428B (or 0x45428B) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 42 and 8B. RGB value is (69,66,139). Sum of RGB (Red+Green+Blue) = 69+66+139=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #45428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45428B is #BABD74. Grayscale: #4A4A4A. Windows color (decimal): -12238197 or 9126469. OLE color: 9126469.

HSL color Cylindrical-coordinate representation of color #45428B: hue angle of 242.47º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #45428B is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6966139-
CMYK0.500.5300.45
HSL242.47º35.61%40.2%-
HSV(B)242.47º52.52%54.51%-
XYZ9.067.0325.3-
YUV75.22163.99123.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.18%
GREEN value IS 66 (26.17% from 255) = 24.09%
BLUE value IS 139 (54.69% from 255) = 50.73%
R=25.18%
G=24.09%
B=50.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69661390.500.5300.45242.4735.6140.2
Hex45428B323502Df22428
Octal10510221362650553624450
Binary1000101100001010001011110010110101010110111110010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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