#465089

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

Shades of Tory Blue #465089

Tints of Tory Blue #465089

Color information

#465089 (or 0x465089) is unknown color: approx Tory Blue. HEX triplet: 46, 50 and 89. RGB value is (70,80,137). Sum of RGB (Red+Green+Blue) = 70+80+137=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #465089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465089 is #B9AF76. Grayscale: #535353. Windows color (decimal): -12169079 or 8998982. OLE color: 8998982.

HSL color Cylindrical-coordinate representation of color #465089: hue angle of 231.04º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #465089 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7080137-
CMYK0.490.4200.46
HSL231.04º32.37%40.59%-
HSV(B)231.04º48.91%53.73%-
XYZ9.918.8524.85-
YUV83.51158.19118.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.39%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 137 (53.91% from 255) = 47.74%
R=24.39%
G=27.87%
B=47.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70801370.490.4200.46231.0432.3740.59
Hex465089312A02Ee72029
Octal10612021161520563474051
Binary1000110101000010001001110001101010010111011100111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465089; }

 p { color: rgb(70,80,137); }

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

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

 a { background-color: rgb(70,80,137); }

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

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

 span { border-color: rgb(70,80,137); }

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