#454290

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

Shades of Dark Slate Blue #454290

Tints of Dark Slate Blue #454290

Color information

#454290 (or 0x454290) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 42 and 90. RGB value is (69,66,144). Sum of RGB (Red+Green+Blue) = 69+66+144=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #454290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454290 is #BABD6F. Grayscale: #4B4B4B. Windows color (decimal): -12238192 or 9454149. OLE color: 9454149.

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

Color convert

RGB6966144-
CMYK0.520.5400.44
HSL242.31º37.14%41.18%-
HSV(B)242.31º54.17%56.47%-
XYZ9.447.1827.27-
YUV75.79166.49123.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.73%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 144 (56.64% from 255) = 51.61%
R=24.73%
G=23.66%
B=51.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal69661440.520.5400.44242.3137.1441.18
Hex454290343602Cf22529
Octal10510222064660543624551
Binary1000101100001010010000110100110110010110011110010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454290; }

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

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

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

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

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

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

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

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