#465083

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

Shades of Tory Blue #465083

Tints of Tory Blue #465083

Color information

#465083 (or 0x465083) is unknown color: approx Tory Blue. HEX triplet: 46, 50 and 83. RGB value is (70,80,131). Sum of RGB (Red+Green+Blue) = 70+80+131=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 131 - color contains mainly: blue. Hex color #465083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465083 is #B9AF7C. Grayscale: #525252. Windows color (decimal): -12169085 or 8605766. OLE color: 8605766.

HSL color Cylindrical-coordinate representation of color #465083: hue angle of 230.16º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #465083 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7080131-
CMYK0.470.3900.49
HSL230.16º30.35%39.41%-
HSV(B)230.16º46.56%51.37%-
XYZ9.498.6822.65-
YUV82.82155.19118.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.91%
GREEN value IS 80 (31.64% from 255) = 28.47%
BLUE value IS 131 (51.56% from 255) = 46.62%
R=24.91%
G=28.47%
B=46.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70801310.470.3900.49230.1630.3539.41
Hex4650832F27031e61e27
Octal10612020357470613463647
Binary100011010100001000001110111110011101100011110011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465083; }

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

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

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

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

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

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

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

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