#454599

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

Shades of Dark Slate Blue #454599

Tints of Dark Slate Blue #454599

Color information

#454599 (or 0x454599) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 45 and 99. RGB value is (69,69,153). Sum of RGB (Red+Green+Blue) = 69+69+153=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #454599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454599 is #BABA66. Grayscale: #4E4E4E. Windows color (decimal): -12237415 or 10044741. OLE color: 10044741.

HSL color Cylindrical-coordinate representation of color #454599: hue angle of 240º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #454599 is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6969153-
CMYK0.550.5500.4
HSL240º37.84%43.53%-
HSV(B)240º54.9%60%-
XYZ10.337.8231.1-
YUV78.58170121.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.71%
GREEN value IS 69 (27.34% from 255) = 23.71%
BLUE value IS 153 (60.16% from 255) = 52.58%
R=23.71%
G=23.71%
B=52.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal69691530.550.5500.424037.8443.53
Hex4545993737028f0262c
Octal10510523167670503604654
Binary1000101100010110011001110111110111010100011110000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454599; }

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

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

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

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

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

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

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

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