#455084

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

Shades of Tory Blue #455084

Tints of Tory Blue #455084

Color information

#455084 (or 0x455084) is unknown color: approx Tory Blue. HEX triplet: 45, 50 and 84. RGB value is (69,80,132). Sum of RGB (Red+Green+Blue) = 69+80+132=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #455084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455084 is #BAAF7B. Grayscale: #525252. Windows color (decimal): -12234620 or 8671301. OLE color: 8671301.

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

Color convert

RGB6980132-
CMYK0.480.3900.48
HSL229.52º31.34%39.41%-
HSV(B)229.52º47.73%51.76%-
XYZ9.498.6723-
YUV82.64155.86118.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.56%
GREEN value IS 80 (31.64% from 255) = 28.47%
BLUE value IS 132 (51.95% from 255) = 46.98%
R=24.56%
G=28.47%
B=46.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69801320.480.3900.48229.5231.3439.41
Hex4550843027030e61f27
Octal10512020460470603463747
Binary100010110100001000010011000010011101100001110011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455084; }

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

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

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

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

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

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

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

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