#465A8B

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

Shades of Tory Blue #465A8B

Tints of Tory Blue #465A8B

Color information

#465A8B (or 0x465A8B) is unknown color: approx Tory Blue. HEX triplet: 46, 5A and 8B. RGB value is (70,90,139). Sum of RGB (Red+Green+Blue) = 70+90+139=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #465A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465A8B is #B9A574. Grayscale: #595959. Windows color (decimal): -12166517 or 9132614. OLE color: 9132614.

HSL color Cylindrical-coordinate representation of color #465A8B: hue angle of 222.61º degrees, saturation: 0.33, 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 #465A8B is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7090139-
CMYK0.500.3500.45
HSL222.61º33.01%40.98%-
HSV(B)222.61º49.64%54.51%-
XYZ10.8410.4825.88-
YUV89.61155.87114.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.41%
GREEN value IS 90 (35.55% from 255) = 30.10%
BLUE value IS 139 (54.69% from 255) = 46.49%
R=23.41%
G=30.10%
B=46.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70901390.500.3500.45222.6133.0140.98
Hex465A8B322302Ddf2129
Octal10613221362430553374151
Binary1000110101101010001011110010100011010110111011111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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