#465183

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

Shades of Tory Blue #465183

Tints of Tory Blue #465183

Color information

#465183 (or 0x465183) is unknown color: approx Tory Blue. HEX triplet: 46, 51 and 83. RGB value is (70,81,131). Sum of RGB (Red+Green+Blue) = 70+81+131=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 131 - color contains mainly: blue. Hex color #465183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465183 is #B9AE7C. Grayscale: #535353. Windows color (decimal): -12168829 or 8606022. OLE color: 8606022.

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

Color convert

RGB7081131-
CMYK0.470.3800.49
HSL229.18º30.35%39.41%-
HSV(B)229.18º46.56%51.37%-
XYZ9.568.8322.67-
YUV83.41154.86118.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.82%
GREEN value IS 81 (32.03% from 255) = 28.72%
BLUE value IS 131 (51.56% from 255) = 46.45%
R=24.82%
G=28.72%
B=46.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70811310.470.3800.49229.1830.3539.41
Hex4651832F26031e51e27
Octal10612120357460613453647
Binary100011010100011000001110111110011001100011110010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465183; }

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

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

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

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

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

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

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

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