Html Css Color HEX #455791 Tory Blue

📋 copy color: '#455791'

red 69 ◦ green 87 ◦ blue 145

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

Shades of Tory Blue #455791

Tints of Tory Blue #455791

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.9%

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

R = 22.92%
G = 28.9%
B = 48.17%

CMYK

 C value IS 0.52

 M value IS 0.4

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#455791 (or 0x455791) is known color: Tory Blue. HEX triplet: 45, 57 and 91. RGB value is (69,87,145). Sum of RGB (Red+Green+Blue) = 69+87+145=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #455791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455791 is #BAA86E. Grayscale: #575757. Windows color (decimal): -12232815 or 9525061. OLE color: 9525061.

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

Color convert

RGB 69 87 145 -
CMYK 0.52 0.4 0 0.43
HSL 225.79º 0.36% 0.42% -
HSV(B) 225.79º 0.52% 0.57% -
XYZ 10.97 10.13 28.16 -
YUV 88.23 160.04 114.28 -
System Red Green Blue C M Y K H S L
Decimal 69 87 145 0.52 0.4 0 0.43 225.79 0.36 0.42
Hex 45 57 91 34 28 0 2B E2 24 2A
Octal 105 127 221 64 50 0 53 342 44 52
Binary 1000101 1010111 10010001 110100 101000 0 101011 11100010 100100 101010

Color Harmonies of #455791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455791

Black with #455791

Text Example


Text Example

White with #455791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455791; }

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

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

background-color css

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

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

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

border-color css

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

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

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