#445182

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

Shades of Tory Blue #445182

Tints of Tory Blue #445182

Color information

#445182 (or 0x445182) is unknown color: approx Tory Blue. HEX triplet: 44, 51 and 82. RGB value is (68,81,130). Sum of RGB (Red+Green+Blue) = 68+81+130=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #445182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445182 is #BBAE7D. Grayscale: #525252. Windows color (decimal): -12299902 or 8540484. OLE color: 8540484.

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

Color convert

RGB6881130-
CMYK0.480.3800.49
HSL227.42º31.31%38.82%-
HSV(B)227.42º47.69%50.98%-
XYZ9.368.7322.31-
YUV82.7154.69117.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.37%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 130 (51.17% from 255) = 46.59%
R=24.37%
G=29.03%
B=46.59%

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
Decimal68811300.480.3800.49227.4231.3138.82
Hex4451823026031e31f27
Octal10412120260460613433747
Binary100010010100011000001011000010011001100011110001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445182; }

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

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

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

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

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

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

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

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