Html Css Color HEX #445191 Tory Blue

📋 copy color: '#445191'

red 68 ◦ green 81 ◦ blue 145

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

Shades of Tory Blue #445191

Tints of Tory Blue #445191

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.55%

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

R = 23.13%
G = 27.55%
B = 49.32%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#445191 (or 0x445191) is known color: Tory Blue. HEX triplet: 44, 51 and 91. RGB value is (68,81,145). Sum of RGB (Red+Green+Blue) = 68+81+145=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #445191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445191 is #BBAE6E. Grayscale: #545454. Windows color (decimal): -12299887 or 9523524. OLE color: 9523524.

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

Color convert

RGB 68 81 145 -
CMYK 0.53 0.44 0 0.43
HSL 229.87º 0.36% 0.42% -
HSV(B) 229.87º 0.53% 0.57% -
XYZ 10.44 9.16 28.01 -
YUV 84.41 162.19 116.3 -
System Red Green Blue C M Y K H S L
Decimal 68 81 145 0.53 0.44 0 0.43 229.87 0.36 0.42
Hex 44 51 91 35 2C 0 2B E6 24 2A
Octal 104 121 221 65 54 0 53 346 44 52
Binary 1000100 1010001 10010001 110101 101100 0 101011 11100110 100100 101010

Color Harmonies of #445191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445191

Black with #445191

Text Example


Text Example

White with #445191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445191; }

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

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

background-color css

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

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

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

border-color css

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

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

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