#454096

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

Shades of Dark Slate Blue #454096

Tints of Dark Slate Blue #454096

Color information

#454096 (or 0x454096) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 40 and 96. RGB value is (69,64,150). Sum of RGB (Red+Green+Blue) = 69+64+150=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #454096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454096 is #BABF69. Grayscale: #4A4A4A. Windows color (decimal): -12238698 or 9846853. OLE color: 9846853.

HSL color Cylindrical-coordinate representation of color #454096: hue angle of 243.49º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #454096 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6964150-
CMYK0.540.5700.41
HSL243.49º40.19%41.96%-
HSV(B)243.49º57.33%58.82%-
XYZ9.797.1329.72-
YUV75.3170.16123.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.38%
GREEN value IS 64 (25.39% from 255) = 22.61%
BLUE value IS 150 (58.98% from 255) = 53.00%
R=24.38%
G=22.61%
B=53.00%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal69641500.540.5700.41243.4940.1941.96
Hex4540963639029f3282a
Octal10510022666710513635052
Binary1000101100000010010110110110111001010100111110011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454096; }

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

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

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

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

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

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

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

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