#45458C

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

Shades of Dark Slate Blue #45458C

Tints of Dark Slate Blue #45458C

Color information

#45458C (or 0x45458C) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 45 and 8C. RGB value is (69,69,140). Sum of RGB (Red+Green+Blue) = 69+69+140=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #45458C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45458C is #BABA73. Grayscale: #4C4C4C. Windows color (decimal): -12237428 or 9192773. OLE color: 9192773.

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

Color convert

RGB6969140-
CMYK0.510.5100.45
HSL240º33.97%40.98%-
HSV(B)240º50.71%54.9%-
XYZ9.327.4125.75-
YUV77.09163.5122.23-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.82%
GREEN value IS 69 (27.34% from 255) = 24.82%
BLUE value IS 140 (55.08% from 255) = 50.36%
R=24.82%
G=24.82%
B=50.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69691400.510.5100.4524033.9740.98
Hex45458C333302Df02229
Octal10510521463630553604251
Binary1000101100010110001100110011110011010110111110000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45458C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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