#454196

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

Shades of Dark Slate Blue #454196

Tints of Dark Slate Blue #454196

Color information

#454196 (or 0x454196) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 41 and 96. RGB value is (69,65,150). Sum of RGB (Red+Green+Blue) = 69+65+150=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #454196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454196 is #BABE69. Grayscale: #4B4B4B. Windows color (decimal): -12238442 or 9847109. OLE color: 9847109.

HSL color Cylindrical-coordinate representation of color #454196: hue angle of 242.82º 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 #454196 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6965150-
CMYK0.540.5700.41
HSL242.82º39.53%42.16%-
HSV(B)242.82º56.67%58.82%-
XYZ9.857.2529.73-
YUV75.89169.83123.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.30%
GREEN value IS 65 (25.78% from 255) = 22.89%
BLUE value IS 150 (58.98% from 255) = 52.82%
R=24.30%
G=22.89%
B=52.82%

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
Decimal69651500.540.5700.41242.8239.5342.16
Hex4541963639029f3282a
Octal10510122666710513635052
Binary1000101100000110010110110110111001010100111110011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454196; }

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

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

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

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

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

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

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

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