#465185

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

Shades of Tory Blue #465185

Tints of Tory Blue #465185

Color information

#465185 (or 0x465185) is unknown color: approx Tory Blue. HEX triplet: 46, 51 and 85. RGB value is (70,81,133). Sum of RGB (Red+Green+Blue) = 70+81+133=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #465185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465185 is #B9AE7A. Grayscale: #535353. Windows color (decimal): -12168827 or 8737094. OLE color: 8737094.

HSL color Cylindrical-coordinate representation of color #465185: hue angle of 229.52º 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 #465185 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7081133-
CMYK0.470.3900.48
HSL229.52º31.03%39.8%-
HSV(B)229.52º47.37%52.16%-
XYZ9.78.8823.39-
YUV83.64155.86118.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.65%
GREEN value IS 81 (32.03% from 255) = 28.52%
BLUE value IS 133 (52.34% from 255) = 46.83%
R=24.65%
G=28.52%
B=46.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70811330.470.3900.48229.5231.0339.8
Hex4651852F27030e61f28
Octal10612120557470603463750
Binary100011010100011000010110111110011101100001110011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465185; }

 p { color: rgb(70,81,133); }

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

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

 a { background-color: rgb(70,81,133); }

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

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

 span { border-color: rgb(70,81,133); }

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