Html Css Color HEX #454390 Dark Slate Blue

📋 copy color: '#454390'

red 69 ◦ green 67 ◦ blue 144

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

Shades of Dark Slate Blue #454390

Tints of Dark Slate Blue #454390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.93%

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

R = 24.64%
G = 23.93%
B = 51.43%

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

#454390 (or 0x454390) is known color: Dark Slate Blue. HEX triplet: 45, 43 and 90. RGB value is (69,67,144). Sum of RGB (Red+Green+Blue) = 69+67+144=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #454390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454390 is #BABC6F. Grayscale: #4C4C4C. Windows color (decimal): -12237936 or 9454405. OLE color: 9454405.

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

Color convert

RGB 69 67 144 -
CMYK 0.52 0.53 0 0.44
HSL 241.56º 0.36% 0.41% -
HSV(B) 241.56º 0.53% 0.56% -
XYZ 9.5 7.29 27.29 -
YUV 76.38 166.16 122.74 -
System Red Green Blue C M Y K H S L
Decimal 69 67 144 0.52 0.53 0 0.44 241.56 0.36 0.41
Hex 45 43 90 34 35 0 2C F2 24 29
Octal 105 103 220 64 65 0 54 362 44 51
Binary 1000101 1000011 10010000 110100 110101 0 101100 11110010 100100 101001

Color Harmonies of #454390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454390

Black with #454390

Text Example


Text Example

White with #454390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454390; }

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

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

background-color css

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

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

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

border-color css

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

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

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