#454091

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

Shades of Dark Slate Blue #454091

Tints of Dark Slate Blue #454091

Color information

#454091 (or 0x454091) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 40 and 91. RGB value is (69,64,145). Sum of RGB (Red+Green+Blue) = 69+64+145=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #454091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454091 is #BABF6E. Grayscale: #4A4A4A. Windows color (decimal): -12238703 or 9519173. OLE color: 9519173.

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

Color convert

RGB6964145-
CMYK0.520.5600.43
HSL243.7º38.76%40.98%-
HSV(B)243.7º55.86%56.86%-
XYZ9.46.9827.64-
YUV74.73167.66123.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.82%
GREEN value IS 64 (25.39% from 255) = 23.02%
BLUE value IS 145 (57.03% from 255) = 52.16%
R=24.82%
G=23.02%
B=52.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69641450.520.5600.43243.738.7640.98
Hex454091343802Bf42729
Octal10510022164700533644751
Binary1000101100000010010001110100111000010101111110100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454091; }

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

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

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

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

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

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

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

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