Html Css Color HEX #445791 Tory Blue

📋 copy color: '#445791'

red 68 ◦ green 87 ◦ blue 145

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

Shades of Tory Blue #445791

Tints of Tory Blue #445791

RGB

 RED value IS 68 (26.95% from 255) = 22.67%

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

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

R = 22.67%
G = 29%
B = 48.33%

CMYK

 C value IS 0.53

 M value IS 0.4

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#445791 (or 0x445791) is known color: Tory Blue. HEX triplet: 44, 57 and 91. RGB value is (68,87,145). Sum of RGB (Red+Green+Blue) = 68+87+145=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 87 (34.38% from 255 or 29% 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 #445791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445791 is #BBA86E. Grayscale: #575757. Windows color (decimal): -12298351 or 9525060. OLE color: 9525060.

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

Color convert

RGB 68 87 145 -
CMYK 0.53 0.4 0 0.43
HSL 225.19º 0.36% 0.42% -
HSV(B) 225.19º 0.53% 0.57% -
XYZ 10.9 10.09 28.16 -
YUV 87.93 160.21 113.78 -
System Red Green Blue C M Y K H S L
Decimal 68 87 145 0.53 0.4 0 0.43 225.19 0.36 0.42
Hex 44 57 91 35 28 0 2B E1 24 2A
Octal 104 127 221 65 50 0 53 341 44 52
Binary 1000100 1010111 10010001 110101 101000 0 101011 11100001 100100 101010

Color Harmonies of #445791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445791

Black with #445791

Text Example


Text Example

White with #445791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445791; }

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

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

background-color css

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

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

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

border-color css

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

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

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