Html Css Color HEX #454791 Dark Slate Blue

📋 copy color: '#454791'

red 69 ◦ green 71 ◦ blue 145

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

Shades of Dark Slate Blue #454791

Tints of Dark Slate Blue #454791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.91%

 BLUE value IS 145 (57.03% from 255) = 50.88%

R = 24.21%
G = 24.91%
B = 50.88%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#454791 (or 0x454791) is known color: Dark Slate Blue. HEX triplet: 45, 47 and 91. RGB value is (69,71,145). Sum of RGB (Red+Green+Blue) = 69+71+145=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #454791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454791 is #BAB86E. Grayscale: #4E4E4E. Windows color (decimal): -12236911 or 9520965. OLE color: 9520965.

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

Color convert

RGB 69 71 145 -
CMYK 0.52 0.51 0 0.43
HSL 238.42º 0.36% 0.42% -
HSV(B) 238.42º 0.52% 0.57% -
XYZ 9.82 7.82 27.78 -
YUV 78.84 165.34 120.98 -
System Red Green Blue C M Y K H S L
Decimal 69 71 145 0.52 0.51 0 0.43 238.42 0.36 0.42
Hex 45 47 91 34 33 0 2B EE 24 2A
Octal 105 107 221 64 63 0 53 356 44 52
Binary 1000101 1000111 10010001 110100 110011 0 101011 11101110 100100 101010

Color Harmonies of #454791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454791

Black with #454791

Text Example


Text Example

White with #454791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454791; }

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

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

background-color css

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

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

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

border-color css

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

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

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