#45528B

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

Shades of Tory Blue #45528B

Tints of Tory Blue #45528B

Color information

#45528B (or 0x45528B) is unknown color: approx Tory Blue. HEX triplet: 45, 52 and 8B. RGB value is (69,82,139). Sum of RGB (Red+Green+Blue) = 69+82+139=290 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.79% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #45528B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45528B is #BAAD74. Grayscale: #545454. Windows color (decimal): -12234101 or 9130565. OLE color: 9130565.

HSL color Cylindrical-coordinate representation of color #45528B: hue angle of 228.86º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45528B is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6982139-
CMYK0.500.4100.45
HSL228.86º33.65%40.78%-
HSV(B)228.86º50.36%54.51%-
XYZ10.139.1625.66-
YUV84.61158.69116.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.79%
GREEN value IS 82 (32.42% from 255) = 28.28%
BLUE value IS 139 (54.69% from 255) = 47.93%
R=23.79%
G=28.28%
B=47.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69821390.500.4100.45228.8633.6540.78
Hex45528B322902De52229
Octal10512221362510553454251
Binary1000101101001010001011110010101001010110111100101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45528B; }

 p { color: rgb(69,82,139); }

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

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

 a { background-color: rgb(69,82,139); }

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

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

 span { border-color: rgb(69,82,139); }

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