#454191

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

Shades of Dark Slate Blue #454191

Tints of Dark Slate Blue #454191

Color information

#454191 (or 0x454191) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 41 and 91. RGB value is (69,65,145). Sum of RGB (Red+Green+Blue) = 69+65+145=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #454191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454191 is #BABE6E. Grayscale: #4B4B4B. Windows color (decimal): -12238447 or 9519429. OLE color: 9519429.

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

Color convert

RGB6965145-
CMYK0.520.5500.43
HSL243º38.1%41.18%-
HSV(B)243º55.17%56.86%-
XYZ9.467.0927.66-
YUV75.32167.33123.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.73%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 145 (57.03% from 255) = 51.97%
R=24.73%
G=23.30%
B=51.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69651450.520.5500.4324338.141.18
Hex454191343702Bf32629
Octal10510122164670533634651
Binary1000101100000110010001110100110111010101111110011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454191; }

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

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

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

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

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

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

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

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