#465585

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

Shades of Tory Blue #465585

Tints of Tory Blue #465585

Color information

#465585 (or 0x465585) is unknown color: approx Tory Blue. HEX triplet: 46, 55 and 85. RGB value is (70,85,133). Sum of RGB (Red+Green+Blue) = 70+85+133=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #465585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465585 is #B9AA7A. Grayscale: #555555. Windows color (decimal): -12167803 or 8738118. OLE color: 8738118.

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

Color convert

RGB7085133-
CMYK0.470.3600.48
HSL225.71º31.03%39.8%-
HSV(B)225.71º47.37%52.16%-
XYZ10.019.4923.5-
YUV85.99154.53116.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.31%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 133 (52.34% from 255) = 46.18%
R=24.31%
G=29.51%
B=46.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70851330.470.3600.48225.7131.0339.8
Hex4655852F24030e21f28
Octal10612520557440603423750
Binary100011010101011000010110111110010001100001110001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465585; }

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

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

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

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

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

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

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

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