#453A92

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

Shades of Dark Slate Blue #453A92

Tints of Dark Slate Blue #453A92

Color information

#453A92 (or 0x453A92) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 3A and 92. RGB value is (69,58,146). Sum of RGB (Red+Green+Blue) = 69+58+146=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #453A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453A92 is #BAC56D. Grayscale: #464646. Windows color (decimal): -12240238 or 9583173. OLE color: 9583173.

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

Color convert

RGB6958146-
CMYK0.530.6000.43
HSL247.5º43.14%40%-
HSV(B)247.5º60.27%57.25%-
XYZ9.166.3727.94-
YUV71.32170.14126.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.27%
GREEN value IS 58 (23.05% from 255) = 21.25%
BLUE value IS 146 (57.42% from 255) = 53.48%
R=25.27%
G=21.25%
B=53.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69581460.530.6000.43247.543.1440
Hex453A92353C02Bf82b28
Octal1057222265740533705350
Binary100010111101010010010110101111100010101111111000101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453A92; }

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

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

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

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

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

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

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

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