#453B93

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

Shades of Dark Slate Blue #453B93

Tints of Dark Slate Blue #453B93

Color information

#453B93 (or 0x453B93) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 3B and 93. RGB value is (69,59,147). Sum of RGB (Red+Green+Blue) = 69+59+147=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 147 (57.81% from 255 or 53.45% from 275); Max value from RGB is 147 - color contains mainly: blue. Hex color #453B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453B93 is #BAC46C. Grayscale: #474747. Windows color (decimal): -12239981 or 9648965. OLE color: 9648965.

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

Color convert

RGB6959147-
CMYK0.530.6000.42
HSL246.82º42.72%40.39%-
HSV(B)246.82º59.86%57.65%-
XYZ9.286.528.37-
YUV72.02170.31125.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.09%
GREEN value IS 59 (23.44% from 255) = 21.45%
BLUE value IS 147 (57.81% from 255) = 53.45%
R=25.09%
G=21.45%
B=53.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69591470.530.6000.42246.8242.7240.39
Hex453B93353C02Af72b28
Octal1057322365740523675350
Binary100010111101110010011110101111100010101011110111101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,59,147); }

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

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

 a { background-color: rgb(69,59,147); }

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

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

 span { border-color: rgb(69,59,147); }

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