#454690

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

Shades of Dark Slate Blue #454690

Tints of Dark Slate Blue #454690

Color information

#454690 (or 0x454690) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 46 and 90. RGB value is (69,70,144). Sum of RGB (Red+Green+Blue) = 69+70+144=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #454690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454690 is #BAB96F. Grayscale: #4D4D4D. Windows color (decimal): -12237168 or 9455173. OLE color: 9455173.

HSL color Cylindrical-coordinate representation of color #454690: hue angle of 239.2º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #454690 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6970144-
CMYK0.520.5100.44
HSL239.2º35.21%41.76%-
HSV(B)239.2º52.08%56.47%-
XYZ9.687.6627.35-
YUV78.14165.17121.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.38%
GREEN value IS 70 (27.73% from 255) = 24.73%
BLUE value IS 144 (56.64% from 255) = 50.88%
R=24.38%
G=24.73%
B=50.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal69701440.520.5100.44239.235.2141.76
Hex454690343302Cef232a
Octal10510622064630543574352
Binary1000101100011010010000110100110011010110011101111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454690; }

 p { color: rgb(69,70,144); }

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

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

 a { background-color: rgb(69,70,144); }

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

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

 span { border-color: rgb(69,70,144); }

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