#455284

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

Shades of Tory Blue #455284

Tints of Tory Blue #455284

Color information

#455284 (or 0x455284) is unknown color: approx Tory Blue. HEX triplet: 45, 52 and 84. RGB value is (69,82,132). Sum of RGB (Red+Green+Blue) = 69+82+132=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #455284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455284 is #BAAD7B. Grayscale: #535353. Windows color (decimal): -12234108 or 8671813. OLE color: 8671813.

HSL color Cylindrical-coordinate representation of color #455284: hue angle of 227.62º 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 #455284 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6982132-
CMYK0.480.3800.48
HSL227.62º31.34%39.41%-
HSV(B)227.62º47.73%51.76%-
XYZ9.648.9723.05-
YUV83.81155.19117.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.38%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 132 (51.95% from 255) = 46.64%
R=24.38%
G=28.98%
B=46.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69821320.480.3800.48227.6231.3439.41
Hex4552843026030e41f27
Octal10512220460460603443747
Binary100010110100101000010011000010011001100001110010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455284; }

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

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

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

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

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

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

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

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