#454891

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

Shades of Dark Slate Blue #454891

Tints of Dark Slate Blue #454891

Color information

#454891 (or 0x454891) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 48 and 91. RGB value is (69,72,145). Sum of RGB (Red+Green+Blue) = 69+72+145=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #454891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454891 is #BAB76E. Grayscale: #4F4F4F. Windows color (decimal): -12236655 or 9521221. OLE color: 9521221.

HSL color Cylindrical-coordinate representation of color #454891: hue angle of 237.63º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #454891 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6972145-
CMYK0.520.5000.43
HSL237.63º35.51%41.96%-
HSV(B)237.63º52.41%56.86%-
XYZ9.887.9427.8-
YUV79.42165.01120.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.13%
GREEN value IS 72 (28.52% from 255) = 25.17%
BLUE value IS 145 (57.03% from 255) = 50.70%
R=24.13%
G=25.17%
B=50.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69721450.520.5000.43237.6335.5141.96
Hex454891343202Bee242a
Octal10511022164620533564452
Binary1000101100100010010001110100110010010101111101110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454891; }

 p { color: rgb(69,72,145); }

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

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

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

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

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

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

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