#445186

Color #445186 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #445186

Tints of Tory Blue #445186

Color information

#445186 (or 0x445186) is unknown color: approx Tory Blue. HEX triplet: 44, 51 and 86. RGB value is (68,81,134). Sum of RGB (Red+Green+Blue) = 68+81+134=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 134 - color contains mainly: blue. Hex color #445186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445186 is #BBAE79. Grayscale: #525252. Windows color (decimal): -12299898 or 8802628. OLE color: 8802628.

HSL color Cylindrical-coordinate representation of color #445186: hue angle of 228.18º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #445186 is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6881134-
CMYK0.490.4000.47
HSL228.18º32.67%39.61%-
HSV(B)228.18º49.25%52.55%-
XYZ9.638.8423.75-
YUV83.15156.69117.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.03%
GREEN value IS 81 (32.03% from 255) = 28.62%
BLUE value IS 134 (52.73% from 255) = 47.35%
R=24.03%
G=28.62%
B=47.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68811340.490.4000.47228.1832.6739.61
Hex445186312802Fe42128
Octal10412120661500573444150
Binary1000100101000110000110110001101000010111111100100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445186; }

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

 H1.HeaderClassName
 {
   color: #445186;
 }
 .AnyTagClassName
 {
   color: #445186;
 }
</style>
background-color css

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

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

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

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

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

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