#454392

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

Shades of Dark Slate Blue #454392

Tints of Dark Slate Blue #454392

Color information

#454392 (or 0x454392) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 43 and 92. RGB value is (69,67,146). Sum of RGB (Red+Green+Blue) = 69+67+146=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #454392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454392 is #BABC6D. Grayscale: #4C4C4C. Windows color (decimal): -12237934 or 9585477. OLE color: 9585477.

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

Color convert

RGB6967146-
CMYK0.530.5400.43
HSL241.52º37.09%41.76%-
HSV(B)241.52º54.11%57.25%-
XYZ9.657.3528.11-
YUV76.6167.16122.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.47%
GREEN value IS 67 (26.56% from 255) = 23.76%
BLUE value IS 146 (57.42% from 255) = 51.77%
R=24.47%
G=23.76%
B=51.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69671460.530.5400.43241.5237.0941.76
Hex454392353602Bf2252a
Octal10510322265660533624552
Binary1000101100001110010010110101110110010101111110010100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454392; }

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

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

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

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

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

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

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

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