#454695

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

Shades of Dark Slate Blue #454695

Tints of Dark Slate Blue #454695

Color information

#454695 (or 0x454695) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 46 and 95. RGB value is (69,70,149). Sum of RGB (Red+Green+Blue) = 69+70+149=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #454695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454695 is #BAB96A. Grayscale: #4E4E4E. Windows color (decimal): -12237163 or 9782853. OLE color: 9782853.

HSL color Cylindrical-coordinate representation of color #454695: hue angle of 239.25º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #454695 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6970149-
CMYK0.540.5300.42
HSL239.25º36.7%42.75%-
HSV(B)239.25º53.69%58.43%-
XYZ10.077.8229.41-
YUV78.71167.67121.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.96%
GREEN value IS 70 (27.73% from 255) = 24.31%
BLUE value IS 149 (58.59% from 255) = 51.74%
R=23.96%
G=24.31%
B=51.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69701490.540.5300.42239.2536.742.75
Hex454695363502Aef252b
Octal10510622566650523574553
Binary1000101100011010010101110110110101010101011101111100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454695; }

 p { color: rgb(69,70,149); }

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

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

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

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

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

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

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