Html Css Color HEX #445790 Tory Blue

📋 copy color: '#445790'

red 68 ◦ green 87 ◦ blue 144

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

Shades of Tory Blue #445790

Tints of Tory Blue #445790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.16%

R = 22.74%
G = 29.1%
B = 48.16%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#445790 (or 0x445790) is known color: Tory Blue. HEX triplet: 44, 57 and 90. RGB value is (68,87,144). Sum of RGB (Red+Green+Blue) = 68+87+144=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #445790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445790 is #BBA86F. Grayscale: #575757. Windows color (decimal): -12298352 or 9459524. OLE color: 9459524.

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

Color convert

RGB 68 87 144 -
CMYK 0.53 0.40 0 0.44
HSL 225º 0.36% 0.42% -
HSV(B) 225º 0.53% 0.56% -
XYZ 10.83 10.06 27.76 -
YUV 87.82 159.71 113.87 -
System Red Green Blue C M Y K H S L
Decimal 68 87 144 0.53 0.40 0 0.44 225 0.36 0.42
Hex 44 57 90 35 28 0 2C E1 24 2A
Octal 104 127 220 65 50 0 54 341 44 52
Binary 1000100 1010111 10010000 110101 101000 0 101100 11100001 100100 101010

Color Harmonies of #445790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445790

Black with #445790

Text Example


Text Example

White with #445790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445790; }

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

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

background-color css

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

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

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

border-color css

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

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

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