#404F82

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

Shades of Tory Blue #404F82

Tints of Tory Blue #404F82

Color information

#404F82 (or 0x404F82) is unknown color: approx Tory Blue. HEX triplet: 40, 4F and 82. RGB value is (64,79,130). Sum of RGB (Red+Green+Blue) = 64+79+130=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #404F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404F82 is #BFB07D. Grayscale: #505050. Windows color (decimal): -12562558 or 8539968. OLE color: 8539968.

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

Color convert

RGB6479130-
CMYK0.510.3900.49
HSL226.36º34.02%38.04%-
HSV(B)226.36º50.77%50.98%-
XYZ8.948.2922.25-
YUV80.33156.03116.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.44%
GREEN value IS 79 (31.25% from 255) = 28.94%
BLUE value IS 130 (51.17% from 255) = 47.62%
R=23.44%
G=28.94%
B=47.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64791300.510.3900.49226.3634.0238.04
Hex404F823327031e22226
Octal10011720263470613424246
Binary1000000100111110000010110011100111011000111100010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404F82; }

 p { color: rgb(64,79,130); }

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

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

 a { background-color: rgb(64,79,130); }

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

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

 span { border-color: rgb(64,79,130); }

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