#415193

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

Shades of Tory Blue #415193

Tints of Tory Blue #415193

Color information

#415193 (or 0x415193) is unknown color: approx Tory Blue. HEX triplet: 41, 51 and 93. RGB value is (65,81,147). Sum of RGB (Red+Green+Blue) = 65+81+147=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #415193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415193 is #BEAE6C. Grayscale: #535353. Windows color (decimal): -12496493 or 9654593. OLE color: 9654593.

HSL color Cylindrical-coordinate representation of color #415193: hue angle of 228.29º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #415193 is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6581147-
CMYK0.560.4500.42
HSL228.29º38.68%41.57%-
HSV(B)228.29º55.78%57.65%-
XYZ10.399.1228.82-
YUV83.74163.7114.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.18%
GREEN value IS 81 (32.03% from 255) = 27.65%
BLUE value IS 147 (57.81% from 255) = 50.17%
R=22.18%
G=27.65%
B=50.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65811470.560.4500.42228.2938.6841.57
Hex415193382D02Ae4272a
Octal10112122370550523444752
Binary1000001101000110010011111000101101010101011100100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415193; }

 p { color: rgb(65,81,147); }

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

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

 a { background-color: rgb(65,81,147); }

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

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

 span { border-color: rgb(65,81,147); }

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