Html Css Color HEX #445691 Tory Blue

📋 copy color: '#445691'

red 68 ◦ green 86 ◦ blue 145

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

Shades of Tory Blue #445691

Tints of Tory Blue #445691

RGB

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

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

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

R = 22.74%
G = 28.76%
B = 48.49%

CMYK

 C value IS 0.53

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#445691 (or 0x445691) is known color: Tory Blue. HEX triplet: 44, 56 and 91. RGB value is (68,86,145). Sum of RGB (Red+Green+Blue) = 68+86+145=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #445691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445691 is #BBA96E. Grayscale: #575757. Windows color (decimal): -12298607 or 9524804. OLE color: 9524804.

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

Color convert

RGB 68 86 145 -
CMYK 0.53 0.41 0 0.43
HSL 225.97º 0.36% 0.42% -
HSV(B) 225.97º 0.53% 0.57% -
XYZ 10.82 9.93 28.13 -
YUV 87.34 160.54 114.2 -
System Red Green Blue C M Y K H S L
Decimal 68 86 145 0.53 0.41 0 0.43 225.97 0.36 0.42
Hex 44 56 91 35 29 0 2B E2 24 2A
Octal 104 126 221 65 51 0 53 342 44 52
Binary 1000100 1010110 10010001 110101 101001 0 101011 11100010 100100 101010

Color Harmonies of #445691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445691

Black with #445691

Text Example


Text Example

White with #445691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445691; }

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

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

background-color css

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

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

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

border-color css

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

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

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