#454192

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

Shades of Dark Slate Blue #454192

Tints of Dark Slate Blue #454192

Color information

#454192 (or 0x454192) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 41 and 92. RGB value is (69,65,146). Sum of RGB (Red+Green+Blue) = 69+65+146=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #454192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454192 is #BABE6D. Grayscale: #4B4B4B. Windows color (decimal): -12238446 or 9584965. OLE color: 9584965.

HSL color Cylindrical-coordinate representation of color #454192: hue angle of 242.96º 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 #454192 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6965146-
CMYK0.530.5500.43
HSL242.96º38.39%41.37%-
HSV(B)242.96º55.48%57.25%-
XYZ9.537.1228.07-
YUV75.43167.83123.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.64%
GREEN value IS 65 (25.78% from 255) = 23.21%
BLUE value IS 146 (57.42% from 255) = 52.14%
R=24.64%
G=23.21%
B=52.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69651460.530.5500.43242.9638.3941.37
Hex454192353702Bf32629
Octal10510122265670533634651
Binary1000101100000110010010110101110111010101111110011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454192; }

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

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

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

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

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

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

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

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