#464E8A

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

Shades of Tory Blue #464E8A

Tints of Tory Blue #464E8A

Color information

#464E8A (or 0x464E8A) is unknown color: approx Tory Blue. HEX triplet: 46, 4E and 8A. RGB value is (70,78,138). Sum of RGB (Red+Green+Blue) = 70+78+138=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #464E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464E8A is #B9B175. Grayscale: #525252. Windows color (decimal): -12169590 or 9064006. OLE color: 9064006.

HSL color Cylindrical-coordinate representation of color #464E8A: hue angle of 232.94º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #464E8A is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7078138-
CMYK0.490.4300.46
HSL232.94º32.69%40.78%-
HSV(B)232.94º49.28%54.12%-
XYZ9.848.5925.18-
YUV82.45159.35119.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.48%
GREEN value IS 78 (30.86% from 255) = 27.27%
BLUE value IS 138 (54.30% from 255) = 48.25%
R=24.48%
G=27.27%
B=48.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70781380.490.4300.46232.9432.6940.78
Hex464E8A312B02Ee92129
Octal10611621261530563514151
Binary1000110100111010001010110001101011010111011101001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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