Html Css Color HEX #454490 Dark Slate Blue

📋 copy color: '#454490'

red 69 ◦ green 68 ◦ blue 144

#454490
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #454490

Tints of Dark Slate Blue #454490

RGB

 RED value IS 69 (27.34% from 255) = 24.56%

 GREEN value IS 68 (26.95% from 255) = 24.2%

 BLUE value IS 144 (56.64% from 255) = 51.25%

R = 24.56%
G = 24.2%
B = 51.25%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#454490 (or 0x454490) is known color: Dark Slate Blue. HEX triplet: 45, 44 and 90. RGB value is (69,68,144). Sum of RGB (Red+Green+Blue) = 69+68+144=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #454490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454490 is #BABB6F. Grayscale: #4C4C4C. Windows color (decimal): -12237680 or 9454661. OLE color: 9454661.

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

Color convert

RGB 69 68 144 -
CMYK 0.52 0.53 0 0.44
HSL 240.79º 0.36% 0.42% -
HSV(B) 240.79º 0.53% 0.56% -
XYZ 9.56 7.41 27.31 -
YUV 76.96 165.83 122.32 -
System Red Green Blue C M Y K H S L
Decimal 69 68 144 0.52 0.53 0 0.44 240.79 0.36 0.42
Hex 45 44 90 34 35 0 2C F1 24 2A
Octal 105 104 220 64 65 0 54 361 44 52
Binary 1000101 1000100 10010000 110100 110101 0 101100 11110001 100100 101010

Color Harmonies of #454490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454490

Black with #454490

Text Example


Text Example

White with #454490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454490; }

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

 H1.HeaderClassName
 {
   color: #454490;
 }
 .AnyTagClassName
 {
   color: #454490;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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