#465383

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

Shades of Tory Blue #465383

Tints of Tory Blue #465383

Color information

#465383 (or 0x465383) is unknown color: approx Tory Blue. HEX triplet: 46, 53 and 83. RGB value is (70,83,131). Sum of RGB (Red+Green+Blue) = 70+83+131=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #465383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465383 is #B9AC7C. Grayscale: #545454. Windows color (decimal): -12168317 or 8606534. OLE color: 8606534.

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

Color convert

RGB7083131-
CMYK0.470.3700.49
HSL227.21º30.35%39.41%-
HSV(B)227.21º46.56%51.37%-
XYZ9.729.1322.72-
YUV84.58154.19117.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.65%
GREEN value IS 83 (32.81% from 255) = 29.23%
BLUE value IS 131 (51.56% from 255) = 46.13%
R=24.65%
G=29.23%
B=46.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70831310.470.3700.49227.2130.3539.41
Hex4653832F25031e31e27
Octal10612320357450613433647
Binary100011010100111000001110111110010101100011110001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465383; }

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

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

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

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

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

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

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

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