#465A8D

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

Shades of Tory Blue #465A8D

Tints of Tory Blue #465A8D

Color information

#465A8D (or 0x465A8D) is unknown color: approx Tory Blue. HEX triplet: 46, 5A and 8D. RGB value is (70,90,141). Sum of RGB (Red+Green+Blue) = 70+90+141=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 141 - color contains mainly: blue. Hex color #465A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465A8D is #B9A572. Grayscale: #595959. Windows color (decimal): -12166515 or 9263686. OLE color: 9263686.

HSL color Cylindrical-coordinate representation of color #465A8D: hue angle of 223.1º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #465A8D is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7090141-
CMYK0.500.3600.45
HSL223.1º33.65%41.37%-
HSV(B)223.1º50.35%55.29%-
XYZ10.9910.5426.65-
YUV89.83156.87113.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.26%
GREEN value IS 90 (35.55% from 255) = 29.90%
BLUE value IS 141 (55.47% from 255) = 46.84%
R=23.26%
G=29.90%
B=46.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70901410.500.3600.45223.133.6541.37
Hex465A8D322402Ddf2229
Octal10613221562440553374251
Binary1000110101101010001101110010100100010110111011111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465A8D; }

 p { color: rgb(70,90,141); }

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

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

 a { background-color: rgb(70,90,141); }

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

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

 span { border-color: rgb(70,90,141); }

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