#495A8C

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

Shades of Tory Blue #495A8C

Tints of Tory Blue #495A8C

Color information

#495A8C (or 0x495A8C) is unknown color: approx Tory Blue. HEX triplet: 49, 5A and 8C. RGB value is (73,90,140). Sum of RGB (Red+Green+Blue) = 73+90+140=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: blue. Hex color #495A8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495A8C is #B6A573. Grayscale: #5A5A5A. Windows color (decimal): -11969908 or 9198153. OLE color: 9198153.

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

Color convert

RGB7390140-
CMYK0.480.3600.45
HSL224.78º31.46%41.76%-
HSV(B)224.78º47.86%54.9%-
XYZ11.1410.6226.27-
YUV90.62155.87115.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.09%
GREEN value IS 90 (35.55% from 255) = 29.70%
BLUE value IS 140 (55.08% from 255) = 46.20%
R=24.09%
G=29.70%
B=46.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73901400.480.3600.45224.7831.4641.76
Hex495A8C302402De11f2a
Octal11113221460440553413752
Binary100100110110101000110011000010010001011011110000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495A8C; }

 p { color: rgb(73,90,140); }

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

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

 a { background-color: rgb(73,90,140); }

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

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

 span { border-color: rgb(73,90,140); }

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