#453786

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

Shades of Dark Slate Blue #453786

Tints of Dark Slate Blue #453786

Color information

#453786 (or 0x453786) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 37 and 86. RGB value is (69,55,134). Sum of RGB (Red+Green+Blue) = 69+55+134=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 134 (52.73% from 255 or 51.94% from 258); Max value from RGB is 134 - color contains mainly: blue. Hex color #453786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453786 is #BAC879. Grayscale: #434343. Windows color (decimal): -12241018 or 8795973. OLE color: 8795973.

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

Color convert

RGB6955134-
CMYK0.490.5900.47
HSL250.63º41.8%37.06%-
HSV(B)250.63º58.96%52.55%-
XYZ8.125.7223.23-
YUV68.19165.14128.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.74%
GREEN value IS 55 (21.88% from 255) = 21.32%
BLUE value IS 134 (52.73% from 255) = 51.94%
R=26.74%
G=21.32%
B=51.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69551340.490.5900.47250.6341.837.06
Hex453786313B02Ffb2a25
Octal1056720661730573735245
Binary100010111011110000110110001111011010111111111011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453786; }

 p { color: rgb(69,55,134); }

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

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

 a { background-color: rgb(69,55,134); }

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

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

 span { border-color: rgb(69,55,134); }

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