Html Css Color HEX #454091 Dark Slate Blue

📋 copy color: '#454091'

red 69 ◦ green 64 ◦ blue 145

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

Shades of Dark Slate Blue #454091

Tints of Dark Slate Blue #454091

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.02%

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

R = 24.82%
G = 23.02%
B = 52.16%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#454091 (or 0x454091) is known color: Dark Slate Blue. HEX triplet: 45, 40 and 91. RGB value is (69,64,145). Sum of RGB (Red+Green+Blue) = 69+64+145=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #454091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454091 is #BABF6E. Grayscale: #4A4A4A. Windows color (decimal): -12238703 or 9519173. OLE color: 9519173.

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

Color convert

RGB 69 64 145 -
CMYK 0.52 0.56 0 0.43
HSL 243.7º 0.39% 0.41% -
HSV(B) 243.7º 0.56% 0.57% -
XYZ 9.4 6.98 27.64 -
YUV 74.73 167.66 123.91 -
System Red Green Blue C M Y K H S L
Decimal 69 64 145 0.52 0.56 0 0.43 243.7 0.39 0.41
Hex 45 40 91 34 38 0 2B F4 27 29
Octal 105 100 221 64 70 0 53 364 47 51
Binary 1000101 1000000 10010001 110100 111000 0 101011 11110100 100111 101001

Color Harmonies of #454091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454091

Black with #454091

Text Example


Text Example

White with #454091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454091; }

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

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

background-color css

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

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

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

border-color css

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

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

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