#464E84

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

Shades of Tory Blue #464E84

Tints of Tory Blue #464E84

Color information

#464E84 (or 0x464E84) is unknown color: approx Tory Blue. HEX triplet: 46, 4E and 84. RGB value is (70,78,132). Sum of RGB (Red+Green+Blue) = 70+78+132=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #464E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464E84 is #B9B17B. Grayscale: #515151. Windows color (decimal): -12169596 or 8670790. OLE color: 8670790.

HSL color Cylindrical-coordinate representation of color #464E84: hue angle of 232.26º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #464E84 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7078132-
CMYK0.470.4100.48
HSL232.26º30.69%39.61%-
HSV(B)232.26º46.97%51.76%-
XYZ9.428.4222.96-
YUV81.76156.35119.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25%
GREEN value IS 78 (30.86% from 255) = 27.86%
BLUE value IS 132 (51.95% from 255) = 47.14%
R=25%
G=27.86%
B=47.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70781320.470.4100.48232.2630.6939.61
Hex464E842F29030e81f28
Octal10611620457510603503750
Binary100011010011101000010010111110100101100001110100011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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