#454790

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

Shades of Dark Slate Blue #454790

Tints of Dark Slate Blue #454790

Color information

#454790 (or 0x454790) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 47 and 90. RGB value is (69,71,144). Sum of RGB (Red+Green+Blue) = 69+71+144=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #454790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454790 is #BAB86F. Grayscale: #4E4E4E. Windows color (decimal): -12236912 or 9455429. OLE color: 9455429.

HSL color Cylindrical-coordinate representation of color #454790: hue angle of 238.4º 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 #454790 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6971144-
CMYK0.520.5100.44
HSL238.4º35.21%41.76%-
HSV(B)238.4º52.08%56.47%-
XYZ9.747.7927.37-
YUV78.72164.84121.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.30%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 144 (56.64% from 255) = 50.70%
R=24.30%
G=25%
B=50.70%

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
Decimal69711440.520.5100.44238.435.2141.76
Hex454790343302Cee232a
Octal10510722064630543564352
Binary1000101100011110010000110100110011010110011101110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454790; }

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

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

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

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

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

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

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

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