#455082

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

Shades of Tory Blue #455082

Tints of Tory Blue #455082

Color information

#455082 (or 0x455082) is unknown color: approx Tory Blue. HEX triplet: 45, 50 and 82. RGB value is (69,80,130). Sum of RGB (Red+Green+Blue) = 69+80+130=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #455082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455082 is #BAAF7D. Grayscale: #525252. Windows color (decimal): -12234622 or 8540229. OLE color: 8540229.

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

Color convert

RGB6980130-
CMYK0.470.3800.49
HSL229.18º30.65%39.02%-
HSV(B)229.18º46.92%50.98%-
XYZ9.358.6122.29-
YUV82.41154.86118.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.73%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 130 (51.17% from 255) = 46.59%
R=24.73%
G=28.67%
B=46.59%

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
Decimal69801300.470.3800.49229.1830.6539.02
Hex4550822F26031e51f27
Octal10512020257460613453747
Binary100010110100001000001010111110011001100011110010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455082; }

 p { color: rgb(69,80,130); }

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

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

 a { background-color: rgb(69,80,130); }

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

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

 span { border-color: rgb(69,80,130); }

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