Html Css Color HEX #454890 Dark Slate Blue

📋 copy color: '#454890'

red 69 ◦ green 72 ◦ blue 144

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

Shades of Dark Slate Blue #454890

Tints of Dark Slate Blue #454890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.26%

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

R = 24.21%
G = 25.26%
B = 50.53%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#454890 (or 0x454890) is known color: Dark Slate Blue. HEX triplet: 45, 48 and 90. RGB value is (69,72,144). Sum of RGB (Red+Green+Blue) = 69+72+144=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #454890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454890 is #BAB76F. Grayscale: #4F4F4F. Windows color (decimal): -12236656 or 9455685. OLE color: 9455685.

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

Color convert

RGB 69 72 144 -
CMYK 0.52 0.50 0 0.44
HSL 237.6º 0.35% 0.42% -
HSV(B) 237.6º 0.52% 0.56% -
XYZ 9.81 7.91 27.4 -
YUV 79.31 164.51 120.65 -
System Red Green Blue C M Y K H S L
Decimal 69 72 144 0.52 0.50 0 0.44 237.6 0.35 0.42
Hex 45 48 90 34 32 0 2C EE 23 2A
Octal 105 110 220 64 62 0 54 356 43 52
Binary 1000101 1001000 10010000 110100 110010 0 101100 11101110 100011 101010

Color Harmonies of #454890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454890

Black with #454890

Text Example


Text Example

White with #454890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454890; }

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

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

background-color css

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

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

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

border-color css

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

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

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