#445082

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

Shades of Tory Blue #445082

Tints of Tory Blue #445082

Color information

#445082 (or 0x445082) is unknown color: approx Tory Blue. HEX triplet: 44, 50 and 82. RGB value is (68,80,130). Sum of RGB (Red+Green+Blue) = 68+80+130=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #445082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445082 is #BBAF7D. Grayscale: #515151. Windows color (decimal): -12300158 or 8540228. OLE color: 8540228.

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

Color convert

RGB6880130-
CMYK0.480.3800.49
HSL228.39º31.31%38.82%-
HSV(B)228.39º47.69%50.98%-
XYZ9.288.5822.29-
YUV82.11155.02117.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.46%
GREEN value IS 80 (31.64% from 255) = 28.78%
BLUE value IS 130 (51.17% from 255) = 46.76%
R=24.46%
G=28.78%
B=46.76%

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
Decimal68801300.480.3800.49228.3931.3138.82
Hex4450823026031e41f27
Octal10412020260460613443747
Binary100010010100001000001011000010011001100011110010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445082; }

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

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

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

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

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

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

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

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