#445282

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

Shades of Tory Blue #445282

Tints of Tory Blue #445282

Color information

#445282 (or 0x445282) is unknown color: approx Tory Blue. HEX triplet: 44, 52 and 82. RGB value is (68,82,130). Sum of RGB (Red+Green+Blue) = 68+82+130=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #445282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445282 is #BBAD7D. Grayscale: #535353. Windows color (decimal): -12299646 or 8540740. OLE color: 8540740.

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

Color convert

RGB6882130-
CMYK0.480.3700.49
HSL226.45º31.31%38.82%-
HSV(B)226.45º47.69%50.98%-
XYZ9.438.8822.34-
YUV83.29154.36117.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.29%
GREEN value IS 82 (32.42% from 255) = 29.29%
BLUE value IS 130 (51.17% from 255) = 46.43%
R=24.29%
G=29.29%
B=46.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68821300.480.3700.49226.4531.3138.82
Hex4452823025031e21f27
Octal10412220260450613423747
Binary100010010100101000001011000010010101100011110001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445282; }

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

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

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

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

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

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

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

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