#445183

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

Shades of Tory Blue #445183

Tints of Tory Blue #445183

Color information

#445183 (or 0x445183) is unknown color: approx Tory Blue. HEX triplet: 44, 51 and 83. RGB value is (68,81,131). Sum of RGB (Red+Green+Blue) = 68+81+131=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 131 - color contains mainly: blue. Hex color #445183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445183 is #BBAE7C. Grayscale: #525252. Windows color (decimal): -12299901 or 8606020. OLE color: 8606020.

HSL color Cylindrical-coordinate representation of color #445183: hue angle of 227.62º 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 #445183 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6881131-
CMYK0.480.3800.49
HSL227.62º31.66%39.02%-
HSV(B)227.62º48.09%51.37%-
XYZ9.428.7522.67-
YUV82.81155.19117.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.29%
GREEN value IS 81 (32.03% from 255) = 28.93%
BLUE value IS 131 (51.56% from 255) = 46.79%
R=24.29%
G=28.93%
B=46.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68811310.480.3800.49227.6231.6639.02
Hex4451833026031e42027
Octal10412120360460613444047
Binary1000100101000110000011110000100110011000111100100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445183; }

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

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

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

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

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

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

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

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