#454093

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

Shades of Dark Slate Blue #454093

Tints of Dark Slate Blue #454093

Color information

#454093 (or 0x454093) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 40 and 93. RGB value is (69,64,147). Sum of RGB (Red+Green+Blue) = 69+64+147=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #454093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454093 is #BABF6C. Grayscale: #4A4A4A. Windows color (decimal): -12238701 or 9650245. OLE color: 9650245.

HSL color Cylindrical-coordinate representation of color #454093: hue angle of 243.61º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #454093 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6964147-
CMYK0.530.5600.42
HSL243.61º39.34%41.37%-
HSV(B)243.61º56.46%57.65%-
XYZ9.557.0428.46-
YUV74.96168.66123.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.64%
GREEN value IS 64 (25.39% from 255) = 22.86%
BLUE value IS 147 (57.81% from 255) = 52.5%
R=24.64%
G=22.86%
B=52.5%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69641470.530.5600.42243.6139.3441.37
Hex454093353802Af42729
Octal10510022365700523644751
Binary1000101100000010010011110101111000010101011110100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454093; }

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

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

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

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

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

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

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

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