#455487

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

Shades of Tory Blue #455487

Tints of Tory Blue #455487

Color information

#455487 (or 0x455487) is unknown color: approx Tory Blue. HEX triplet: 45, 54 and 87. RGB value is (69,84,135). Sum of RGB (Red+Green+Blue) = 69+84+135=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 135 - color contains mainly: blue. Hex color #455487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455487 is #BAAB78. Grayscale: #555555. Windows color (decimal): -12233593 or 8868933. OLE color: 8868933.

HSL color Cylindrical-coordinate representation of color #455487: hue angle of 226.36º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #455487 is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6984135-
CMYK0.490.3800.47
HSL226.36º32.35%40%-
HSV(B)226.36º48.89%52.94%-
XYZ109.3624.2-
YUV85.33156.03116.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.96%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 135 (53.12% from 255) = 46.88%
R=23.96%
G=29.17%
B=46.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69841350.490.3800.47226.3632.3540
Hex455487312602Fe22028
Octal10512420761460573424050
Binary1000101101010010000111110001100110010111111100010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455487; }

 p { color: rgb(69,84,135); }

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

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

 a { background-color: rgb(69,84,135); }

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

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

 span { border-color: rgb(69,84,135); }

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