#453B7F

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

Shades of Dark Slate Blue #453B7F

Tints of Dark Slate Blue #453B7F

Color information

#453B7F (or 0x453B7F) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 3B and 7F. RGB value is (69,59,127). Sum of RGB (Red+Green+Blue) = 69+59+127=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #453B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453B7F is #BAC480. Grayscale: #454545. Windows color (decimal): -12240001 or 8338245. OLE color: 8338245.

HSL color Cylindrical-coordinate representation of color #453B7F: hue angle of 248.82º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #453B7F is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6959127-
CMYK0.460.5400.50
HSL248.82º36.56%36.47%-
HSV(B)248.82º53.54%49.8%-
XYZ7.855.9320.81-
YUV69.74160.31127.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.06%
GREEN value IS 59 (23.44% from 255) = 23.14%
BLUE value IS 127 (50% from 255) = 49.80%
R=27.06%
G=23.14%
B=49.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69591270.460.5400.50248.8236.5636.47
Hex453B7F2E36032f92524
Octal1057317756660623714544
Binary10001011110111111111101110110110011001011111001100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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