Html Css Color HEX #455691 Tory Blue

📋 copy color: '#455691'

red 69 ◦ green 86 ◦ blue 145

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

Shades of Tory Blue #455691

Tints of Tory Blue #455691

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.67%

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

R = 23%
G = 28.67%
B = 48.33%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#455691 (or 0x455691) is known color: Tory Blue. HEX triplet: 45, 56 and 91. RGB value is (69,86,145). Sum of RGB (Red+Green+Blue) = 69+86+145=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #455691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455691 is #BAA96E. Grayscale: #575757. Windows color (decimal): -12233071 or 9524805. OLE color: 9524805.

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

Color convert

RGB 69 86 145 -
CMYK 0.52 0.41 0 0.43
HSL 226.58º 0.36% 0.42% -
HSV(B) 226.58º 0.52% 0.57% -
XYZ 10.89 9.97 28.14 -
YUV 87.64 160.37 114.7 -
System Red Green Blue C M Y K H S L
Decimal 69 86 145 0.52 0.41 0 0.43 226.58 0.36 0.42
Hex 45 56 91 34 29 0 2B E3 24 2A
Octal 105 126 221 64 51 0 53 343 44 52
Binary 1000101 1010110 10010001 110100 101001 0 101011 11100011 100100 101010

Color Harmonies of #455691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455691

Black with #455691

Text Example


Text Example

White with #455691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455691; }

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

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

background-color css

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

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

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

border-color css

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

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

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