#453992

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

Shades of Dark Slate Blue #453992

Tints of Dark Slate Blue #453992

Color information

#453992 (or 0x453992) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 39 and 92. RGB value is (69,57,146). Sum of RGB (Red+Green+Blue) = 69+57+146=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #453992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453992 is #BAC66D. Grayscale: #464646. Windows color (decimal): -12240494 or 9582917. OLE color: 9582917.

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

Color convert

RGB6957146-
CMYK0.530.6100.43
HSL248.09º43.84%39.8%-
HSV(B)248.09º60.96%57.25%-
XYZ9.116.2727.92-
YUV70.73170.48126.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.37%
GREEN value IS 57 (22.66% from 255) = 20.96%
BLUE value IS 146 (57.42% from 255) = 53.68%
R=25.37%
G=20.96%
B=53.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69571460.530.6100.43248.0943.8439.8
Hex453992353D02Bf82c28
Octal1057122265750533705450
Binary100010111100110010010110101111101010101111111000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453992; }

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

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

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

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

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

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

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

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