#465187

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

Shades of Tory Blue #465187

Tints of Tory Blue #465187

Color information

#465187 (or 0x465187) is unknown color: approx Tory Blue. HEX triplet: 46, 51 and 87. RGB value is (70,81,135). Sum of RGB (Red+Green+Blue) = 70+81+135=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #465187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465187 is #B9AE78. Grayscale: #535353. Windows color (decimal): -12168825 or 8868166. OLE color: 8868166.

HSL color Cylindrical-coordinate representation of color #465187: hue angle of 229.85º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #465187 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7081135-
CMYK0.480.4000.47
HSL229.85º31.71%40.2%-
HSV(B)229.85º48.15%52.94%-
XYZ9.848.9424.13-
YUV83.87156.86118.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.48%
GREEN value IS 81 (32.03% from 255) = 28.32%
BLUE value IS 135 (53.12% from 255) = 47.20%
R=24.48%
G=28.32%
B=47.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70811350.480.4000.47229.8531.7140.2
Hex465187302802Fe62028
Octal10612120760500573464050
Binary1000110101000110000111110000101000010111111100110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465187; }

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

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

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

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

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

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

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

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