#46558F

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

Shades of Tory Blue #46558F

Tints of Tory Blue #46558F

Color information

#46558F (or 0x46558F) is unknown color: approx Tory Blue. HEX triplet: 46, 55 and 8F. RGB value is (70,85,143). Sum of RGB (Red+Green+Blue) = 70+85+143=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #46558F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46558F is #B9AA70. Grayscale: #565656. Windows color (decimal): -12167793 or 9393478. OLE color: 9393478.

HSL color Cylindrical-coordinate representation of color #46558F: hue angle of 227.67º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46558F is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7085143-
CMYK0.510.4100.44
HSL227.67º34.27%41.76%-
HSV(B)227.67º51.05%56.08%-
XYZ10.739.7827.31-
YUV87.13159.53115.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 85 (33.59% from 255) = 28.52%
BLUE value IS 143 (56.25% from 255) = 47.99%
R=23.49%
G=28.52%
B=47.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70851430.510.4100.44227.6734.2741.76
Hex46558F332902Ce4222a
Octal10612521763510543444252
Binary1000110101010110001111110011101001010110011100100100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46558F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46558F; }

 p { color: rgb(70,85,143); }

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

<style>
 a { background-color: #46558F; }

 a { background-color: rgb(70,85,143); }

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

<style>
 span { border-color: #46558F; }

 span { border-color: rgb(70,85,143); }

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