#455383

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

Shades of Tory Blue #455383

Tints of Tory Blue #455383

Color information

#455383 (or 0x455383) is unknown color: approx Tory Blue. HEX triplet: 45, 53 and 83. RGB value is (69,83,131). Sum of RGB (Red+Green+Blue) = 69+83+131=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 131 - color contains mainly: blue. Hex color #455383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455383 is #BAAC7C. Grayscale: #545454. Windows color (decimal): -12233853 or 8606533. OLE color: 8606533.

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

Color convert

RGB6983131-
CMYK0.470.3700.49
HSL226.45º31%39.22%-
HSV(B)226.45º47.33%51.37%-
XYZ9.649.0922.72-
YUV84.29154.36117.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.38%
GREEN value IS 83 (32.81% from 255) = 29.33%
BLUE value IS 131 (51.56% from 255) = 46.29%
R=24.38%
G=29.33%
B=46.29%

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
Decimal69831310.470.3700.49226.453139.22
Hex4553832F25031e21f27
Octal10512320357450613423747
Binary100010110100111000001110111110010101100011110001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455383; }

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

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

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

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

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

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

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

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