#4A5487

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

Shades of Tory Blue #4A5487

Tints of Tory Blue #4A5487

Color information

#4A5487 (or 0x4A5487) is unknown color: approx Tory Blue. HEX triplet: 4A, 54 and 87. RGB value is (74,84,135). Sum of RGB (Red+Green+Blue) = 74+84+135=293 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.26% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 135 - color contains mainly: blue. Hex color #4A5487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5487 is #B5AB78. Grayscale: #565656. Windows color (decimal): -11905913 or 8868938. OLE color: 8868938.

HSL color Cylindrical-coordinate representation of color #4A5487: hue angle of 230.16º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A5487 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7484135-
CMYK0.450.3800.47
HSL230.16º29.19%40.98%-
HSV(B)230.16º45.19%52.94%-
XYZ10.379.5524.22-
YUV86.82155.19118.85-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.26%
GREEN value IS 84 (33.20% from 255) = 28.67%
BLUE value IS 135 (53.12% from 255) = 46.08%
R=25.26%
G=28.67%
B=46.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74841350.450.3800.47230.1629.1940.98
Hex4A54872D2602Fe61d29
Octal11212420755460573463551
Binary100101010101001000011110110110011001011111110011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A5487; }

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

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

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

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

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

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

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

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