#455484

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

Shades of Tory Blue #455484

Tints of Tory Blue #455484

Color information

#455484 (or 0x455484) is unknown color: approx Tory Blue. HEX triplet: 45, 54 and 84. RGB value is (69,84,132). Sum of RGB (Red+Green+Blue) = 69+84+132=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #455484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455484 is #BAAB7B. Grayscale: #545454. Windows color (decimal): -12233596 or 8672325. OLE color: 8672325.

HSL color Cylindrical-coordinate representation of color #455484: hue angle of 225.71º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #455484 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6984132-
CMYK0.480.3600.48
HSL225.71º31.34%39.41%-
HSV(B)225.71º47.73%51.76%-
XYZ9.799.2723.1-
YUV84.99154.53116.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.21%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 132 (51.95% from 255) = 46.32%
R=24.21%
G=29.47%
B=46.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69841320.480.3600.48225.7131.3439.41
Hex4554843024030e21f27
Octal10512420460440603423747
Binary100010110101001000010011000010010001100001110001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455484; }

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

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

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

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

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

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

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

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