#454F83

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

Shades of Tory Blue #454F83

Tints of Tory Blue #454F83

Color information

#454F83 (or 0x454F83) is unknown color: approx Tory Blue. HEX triplet: 45, 4F and 83. RGB value is (69,79,131). Sum of RGB (Red+Green+Blue) = 69+79+131=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #454F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454F83 is #BAB07C. Grayscale: #515151. Windows color (decimal): -12234877 or 8605509. OLE color: 8605509.

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

Color convert

RGB6979131-
CMYK0.470.4000.49
HSL230.32º31%39.22%-
HSV(B)230.32º47.33%51.37%-
XYZ9.358.522.62-
YUV81.94155.69118.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.73%
GREEN value IS 79 (31.25% from 255) = 28.32%
BLUE value IS 131 (51.56% from 255) = 46.95%
R=24.73%
G=28.32%
B=46.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69791310.470.4000.49230.323139.22
Hex454F832F28031e61f27
Octal10511720357500613463747
Binary100010110011111000001110111110100001100011110011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454F83; }

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

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

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

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

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

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

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

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