#45458A

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

Shades of Dark Slate Blue #45458A

Tints of Dark Slate Blue #45458A

Color information

#45458A (or 0x45458A) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 45 and 8A. RGB value is (69,69,138). Sum of RGB (Red+Green+Blue) = 69+69+138=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #45458A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45458A is #BABA75. Grayscale: #4C4C4C. Windows color (decimal): -12237430 or 9061701. OLE color: 9061701.

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

Color convert

RGB6969138-
CMYK0.50.500.46
HSL240º33.33%40.59%-
HSV(B)240º50%54.12%-
XYZ9.177.3624.98-
YUV76.87162.5122.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25%
GREEN value IS 69 (27.34% from 255) = 25%
BLUE value IS 138 (54.30% from 255) = 50%
R=25%
G=25%
B=50%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal69691380.50.500.4624033.3340.59
Hex45458A323202Ef02129
Octal10510521262620563604151
Binary1000101100010110001010110010110010010111011110000100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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