#464E8B

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

Shades of Tory Blue #464E8B

Tints of Tory Blue #464E8B

Color information

#464E8B (or 0x464E8B) is unknown color: approx Tory Blue. HEX triplet: 46, 4E and 8B. RGB value is (70,78,139). Sum of RGB (Red+Green+Blue) = 70+78+139=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #464E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464E8B is #B9B174. Grayscale: #525252. Windows color (decimal): -12169589 or 9129542. OLE color: 9129542.

HSL color Cylindrical-coordinate representation of color #464E8B: hue angle of 233.04º 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 #464E8B is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7078139-
CMYK0.500.4400.45
HSL233.04º33.01%40.98%-
HSV(B)233.04º49.64%54.51%-
XYZ9.918.6125.57-
YUV82.56159.85119.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.39%
GREEN value IS 78 (30.86% from 255) = 27.18%
BLUE value IS 139 (54.69% from 255) = 48.43%
R=24.39%
G=27.18%
B=48.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70781390.500.4400.45233.0433.0140.98
Hex464E8B322C02De92129
Octal10611621362540553514151
Binary1000110100111010001011110010101100010110111101001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464E8B; }

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

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

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

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

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

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

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

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