#445083

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

Shades of Tory Blue #445083

Tints of Tory Blue #445083

Color information

#445083 (or 0x445083) is unknown color: approx Tory Blue. HEX triplet: 44, 50 and 83. RGB value is (68,80,131). Sum of RGB (Red+Green+Blue) = 68+80+131=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #445083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445083 is #BBAF7C. Grayscale: #525252. Windows color (decimal): -12300157 or 8605764. OLE color: 8605764.

HSL color Cylindrical-coordinate representation of color #445083: hue angle of 228.57º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #445083 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6880131-
CMYK0.480.3900.49
HSL228.57º31.66%39.02%-
HSV(B)228.57º48.09%51.37%-
XYZ9.358.622.64-
YUV82.23155.52117.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.37%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 131 (51.56% from 255) = 46.95%
R=24.37%
G=28.67%
B=46.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68801310.480.3900.49228.5731.6639.02
Hex4450833027031e52027
Octal10412020360470613454047
Binary1000100101000010000011110000100111011000111100101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445083; }

 p { color: rgb(68,80,131); }

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

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

 a { background-color: rgb(68,80,131); }

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

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

 span { border-color: rgb(68,80,131); }

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