#454595

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

Shades of Dark Slate Blue #454595

Tints of Dark Slate Blue #454595

Color information

#454595 (or 0x454595) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 45 and 95. RGB value is (69,69,149). Sum of RGB (Red+Green+Blue) = 69+69+149=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #454595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454595 is #BABA6A. Grayscale: #4D4D4D. Windows color (decimal): -12237419 or 9782597. OLE color: 9782597.

HSL color Cylindrical-coordinate representation of color #454595: hue angle of 240º 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 #454595 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6969149-
CMYK0.540.5400.42
HSL240º36.7%42.75%-
HSV(B)240º53.69%58.43%-
XYZ10.017.6929.39-
YUV78.12168121.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.04%
GREEN value IS 69 (27.34% from 255) = 24.04%
BLUE value IS 149 (58.59% from 255) = 51.92%
R=24.04%
G=24.04%
B=51.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69691490.540.5400.4224036.742.75
Hex454595363602Af0252b
Octal10510522566660523604553
Binary1000101100010110010101110110110110010101011110000100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454595; }

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

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

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

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

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

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

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

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